diff --git a/src/stream/mod.rs b/src/stream/mod.rs index ea910e71..20caac1b 100644 --- a/src/stream/mod.rs +++ b/src/stream/mod.rs @@ -1089,6 +1089,8 @@ impl Stream for Partial { } /// Number of indices input has advanced since start of parsing +/// +/// See [`Located`] for adding location tracking to your [`Stream`] pub trait Location { /// Number of indices input has advanced since start of parsing fn location(&self) -> usize;