Type Definition chisel_stringtable::common::StringHashFunction
source · pub type StringHashFunction<Key> = fn(_: &str) -> Key;
Expand description
Alias for a hash function type
pub type StringHashFunction<Key> = fn(_: &str) -> Key;
Alias for a hash function type