Trait polkadot_service::runtime_traits::HashOutput
source · pub trait HashOutput: Member + MaybeSerializeDeserialize + MaybeDisplay + MaybeFromStr + Debug + Hash + AsRef<[u8]> + AsMut<[u8]> + Copy + Ord + Default + Encode + Decode + EncodeLike + MaxEncodedLen + TypeInfo { }
Expand description
Super trait with all the attributes for a hashing output.
Object Safety§
This trait is not object safe.