[][src]Trait hina::io::SeekExt

pub trait SeekExt: Seek {
    fn position(&mut self) -> Result<u64, Error> { ... }
}

Provided methods

fn position(&mut self) -> Result<u64, Error>

Loading content...

Implementors

impl<T: ?Sized> SeekExt for T where
    T: Seek
[src]

fn position(&mut self) -> Result<u64, Error>[src]

Loading content...