Trait qcollect_traits::CollectGetMut [] [src]

pub trait CollectGetMut<K: ?Sized>: CollectGet<K> + for<'a> _CollectGetMut<'a, K> {
    fn get_mut<'a>(&'a mut self, key: &K) -> Option<Self::OutputMut>;
}

Required Methods

fn get_mut<'a>(&'a mut self, key: &K) -> Option<Self::OutputMut>

Implementors