Skip to main content

Pread

Trait Pread 

Source
pub trait Pread {
    // Required method
    fn pread(&self, offset: u64, buf: &mut [u8]) -> Result<usize>;
}

Required Methods§

Source

fn pread(&self, offset: u64, buf: &mut [u8]) -> Result<usize>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§