[][src]Trait winstructs::ReadSeek

pub trait ReadSeek: Read + Seek {
    fn tell(&mut self) -> Result<u64> { ... }
}

Provided methods

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

Loading content...

Implementors

impl<T: Read + Seek> ReadSeek for T[src]

Loading content...