Trait sc_state_db::Hash [−][src]
pub trait Hash: Send + Sync + Sized + Eq + PartialEq + Clone + Default + Debug + Codec + Hash + 'static { }
Basic set of requirements for the Block hash and node key types.
pub trait Hash: Send + Sync + Sized + Eq + PartialEq + Clone + Default + Debug + Codec + Hash + 'static { }
Basic set of requirements for the Block hash and node key types.
impl<T: Send + Sync + Sized + Eq + PartialEq + Clone + Default + Debug + Codec + Hash + 'static> Hash for T
[src]