Trait sp_application_crypto::MaybeHash[][src]

pub trait MaybeHash: Hash { }
Expand description

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

Implementors