GetMut

Trait GetMut 

Source
pub trait GetMut<T> {
    // Required method
    fn get(&mut self) -> &mut T;
}

Required Methods§

Source

fn get(&mut self) -> &mut T

Implementors§