[][src]Trait nt_native::Seek

pub trait Seek {
    fn seek(&self, to: SeekFrom) -> Result<u64>;
fn stream_position(&self) -> Result<u64>;
fn stream_len(&self) -> Result<u64>; }

Required methods

fn seek(&self, to: SeekFrom) -> Result<u64>

fn stream_position(&self) -> Result<u64>

fn stream_len(&self) -> Result<u64>

Loading content...

Implementors

impl Seek for File[src]

Loading content...