pub trait SlotmapSparseSecondaryEntryExt<'e, K, V> where
    K: Key
{ fn insert(self, v: V); fn remove(self) -> (K, Option<V>); }

Required Methods

Implementors