Trait binread::io::StreamPosition[][src]

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

Required methods

Implementors