pub type StringHashFunction<Key> = fn(_: &str) -> Key;
Expand description

Alias for a hash function type