pub trait MaybeHash: Hash { }
Expand description

A type that implements Hash when in std environment.

Implementors§

§

impl<T> MaybeHash for Twhere T: Hash,