pub trait Positioned: StreamOnce {
    // Required method
    fn position(&self) -> Self::Position;
}Expand description
A type which has a position.
pub trait Positioned: StreamOnce {
    // Required method
    fn position(&self) -> Self::Position;
}A type which has a position.