Trait diem_jellyfish_merkle::TreeWriter [−][src]
pub trait TreeWriter<V> {
fn write_node_batch(&self, node_batch: &NodeBatch<V>) -> Result<()>;
}Required methods
fn write_node_batch(&self, node_batch: &NodeBatch<V>) -> Result<()>
fn write_node_batch(&self, node_batch: &NodeBatch<V>) -> Result<()>
Writes a node batch into storage.