pub trait MaybeHash: Hash { }
Expand description

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

Implementors§

source§

impl<T: Hash> MaybeHash for T