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