Function rustc_data_structures::sso::set::entry_to_key

source ·
fn entry_to_key<K, V>((k, _v): (K, V)) -> K
Expand description

Adapter function used to return result if SsoHashMap functions into result SsoHashSet should return.