pub trait PreimageReader<H> {
// Required method
fn get(&self, image: &H) -> Option<&Node<H>>;
}Expand description
The reader trait for a data store that maps hashes to preimages
pub trait PreimageReader<H> {
// Required method
fn get(&self, image: &H) -> Option<&Node<H>>;
}The reader trait for a data store that maps hashes to preimages