Trait MaybeHash
sp_runtime::traits
pub trait MaybeHash: Hash { }
A type that implements Hash when in std environment.
impl<T: Hash> MaybeHash for T