pub trait ConstructibleKey: Hash + Debug + PartialEq + Send + Sync { }

Implementors§

source§

impl<T> ConstructibleKey for Twhere T: Hash + Debug + PartialEq + Send + Sync,