pub trait Buffered: Blockstore {
    fn flush(&self, root: &Cid) -> Result<()>;
}

Required Methods

Implementors