Trait IntoEntrySet

Source
pub trait IntoEntrySet<K, V>: IntoEntry<K, V> {
    // Required method
    fn into_set(self) -> (K, V);
}

Required Methods§

Implementors§

Source§

impl<K, V> IntoEntrySet<K, V> for RawEntry<K, V>