Trait combine::Positioned [−][src]
pub trait Positioned: StreamOnce { fn position(&self) -> Self::Position; }
Expand description
A type which has a position.
pub trait Positioned: StreamOnce { fn position(&self) -> Self::Position; }
A type which has a position.