Trait Location
trait Location
Current parse locations offset
See LocatingSlice for adding location tracking to your Stream
Required Methods
fn previous_token_end(self: &Self) -> usizePrevious token's end offset
fn current_token_start(self: &Self) -> usizeCurrent token's start offset
Implementors
impl<T> Location for TokenSlice<'_, T>impl<I, S> Location for Stateful<I, S>impl<I> Location for LocatingSlice<I>impl<I> Location for Partial<I>