Trait acme_core::prelude::GetMut

source ·
pub trait GetMut<Q>: Get<Q> {
    // Required method
    fn get_mut(&mut self, key: &Q) -> Option<&mut Self::Value>;
}

Required Methods§

source

fn get_mut(&mut self, key: &Q) -> Option<&mut Self::Value>

Implementors§