[][src]Trait buffered_offset_reader::OffsetWrite

pub trait OffsetWrite {
    fn write_at(&self, buf: &[u8], offset: u64) -> Result<usize>;
}

Required methods

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

Loading content...

Implementations on Foreign Types

impl OffsetWrite for File[src]

Loading content...

Implementors

Loading content...