pub trait Location {
// Required method
fn location(&self) -> usize;
}
Expand description
Number of indices input has advanced since start of parsing
See Located
for adding location tracking to your Stream
Number of indices input has advanced since start of parsing