Trait combine::Positioned[][src]

pub trait Positioned: StreamOnce {
    fn position(&self) -> Self::Position;
}
Expand description

A type which has a position.

Required methods

Returns the current position of the stream.

Implementations on Foreign Types

Implementors

This is supported on crate feature std only.
This is supported on crate feature std only.