Trait combine::Positioned [] [src]

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

Required Methods

Returns the current position of the stream.

Implementations on Foreign Types

impl<'a> Positioned for &'a str
[src]

[src]

impl<'a, T> Positioned for &'a [T] where
    T: Clone + PartialEq
[src]

[src]

Implementors