pub trait ExHashT: 'static + Hash + Eq + Debug + Clone + Send + Sync { }
Minimum Requirements for a Hash within Networking