Trait diem_jellyfish_merkle::TreeWriter[][src]

pub trait TreeWriter<V> {
    fn write_node_batch(&self, node_batch: &NodeBatch<V>) -> Result<()>;
}

Required methods

Writes a node batch into storage.

Implementors