Trait sc_state_db::Hash
source · pub trait Hash: Send + Sync + Sized + Eq + PartialEq + Clone + Default + Debug + Codec + Hash + 'static { }
Expand description
Basic set of requirements for the Block hash and node key types.
Object Safety§
This trait is not object safe.