Trait tfs::Cache [] [src]

pub trait Cache: Send + Sync + Debug {
    fn read(&self, id: ContentId, buf: &mut [u8]) -> Result<()>;
}

Required Methods

Implementors