Trait otter_api_tests::shapelib::SlotmapSparseSecondaryEntryExt[][src]

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

Required methods

pub fn insert(self, v: V)[src]

pub fn remove(self) -> (K, Option<V>)[src]

Loading content...

Implementors

impl<'e, K, V> EntryExt<'e, K, V> for Entry<'e, K, V> where
    K: Key
[src]

Loading content...