Trait polkadot_service::runtime_traits::MaybeHash
source · pub trait MaybeHash: Hash { }
Expand description
A type that implements Hash when in std environment.
Object Safety§
This trait is not object safe.
pub trait MaybeHash: Hash { }
A type that implements Hash when in std environment.