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.

Implementors§