Type Definition infinitree::object::WriterPool

source ·
pub type WriterPool<W> = Pool<W>;

Trait Implementations§

source§

impl<W: 'static + Writer> Writer for WriterPool<W>

source§

fn write(&mut self, data: &[u8]) -> Result<ChunkPointer>

source§

fn write_chunk(&mut self, hash: &Digest, data: &[u8]) -> Result<ChunkPointer>

source§

fn flush(&mut self) -> Result<()>