[−][src]Trait combine::stream::state::RangePositioner
Trait for tracking the current position of a RangeStream.
Required methods
fn update_range(&mut self, range: &Range)
Updates the position given that range has been taken from the stream
Implementors
impl<'a> RangePositioner<char, &'a str> for SourcePosition[src]
fn update_range(&mut self, range: &&'a str)[src]
impl<Item, Range> RangePositioner<Item, Range> for IndexPositioner where
Item: PartialEq + Clone,
Range: PartialEq + Clone + Range, [src]
Item: PartialEq + Clone,
Range: PartialEq + Clone + Range,