Trait hashmap_ext::Update [] [src]

pub trait Update<K, V> {
    fn update<F>(&mut self, key: &K, f: F)
    where
        F: FnOnce(&mut V)
; }

Required Methods

Implementors