Trait Position

Source
pub trait Position {
    // Required method
    fn pos(&self) -> u64;
}

Required Methods§

Source

fn pos(&self) -> u64

Returns position in the stream.

Implementors§