pub trait DefaultHash: Hash { // Required method fn default() -> Self; }
Trait for hash types which can be created with no arguments.