pub trait PreimageWriter<H> {
// Required method
fn put(&mut self, image: H, preimage: Node<H>);
}Expand description
The writer trait for a data store that maps hashes to preimages
pub trait PreimageWriter<H> {
// Required method
fn put(&mut self, image: H, preimage: Node<H>);
}The writer trait for a data store that maps hashes to preimages