[][src]Trait sp_application_crypto::MaybeHash

pub trait MaybeHash: Hash { }

Type which implements Hash in std, not when no-std (std variant).

Implementors

impl<T: Hash> MaybeHash for T[src]

Loading content...