Trait combine::Positioned
source · [−]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.