Function std::collections::hash::map::map_entry

source ·
fn map_entry<'a, K: 'a, V: 'a>(raw: RustcEntry<'a, K, V>) -> Entry<'a, K, V>