[−][src]Trait hash_db::PlainDBRef
Trait for immutable reference of PlainDB.
Required methods
fn get(&self, key: &K) -> Option<V>
Look up a given hash into the bytes that hash to it, returning None if the hash is not known.
fn contains(&self, key: &K) -> bool
Check for the existance of a hash-key.