Trait nue_io::Tell [] [src]

pub trait Tell {
    fn tell(&mut self) -> Result<u64>;
}

Exposes the current position in the stream without changing it.

Required Methods

fn tell(&mut self) -> Result<u64>

Returns the current absolute position in the stream.

Implementors