Trait otter_api_tests::SlotmapSparseSecondaryEntryExt[][src]

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

Required methods

Implementors