Trait combine::stream::position::RangePositioner[][src]

pub trait RangePositioner<Item, Range>: Positioner<Item> {
    fn update_range(&mut self, range: &Range);
}
Expand description

Trait for tracking the current position of a RangeStream.

Required methods

Updates the position given that range has been taken from the stream

Implementations on Foreign Types

Implementors