pub trait MaybeHash: Hash { }
Expand description

A type that implements Hash when in std environment.

Implementors§

source§

impl<T: Hash> MaybeHash for T