[][src]Trait terminus_store::storage::FileStore

pub trait FileStore: Clone + Send + Sync {
    type Write: AsyncWrite + Send;
    fn open_write_from(&self, offset: usize) -> Self::Write;

    fn open_write(&self) -> Self::Write { ... }
}

Associated Types

Loading content...

Required methods

fn open_write_from(&self, offset: usize) -> Self::Write

Loading content...

Provided methods

fn open_write(&self) -> Self::Write

Loading content...

Implementors

Loading content...