pub trait ParamMut<T> {
    fn param_mut(&mut self) -> &mut T;
}

Required Methods

Implementors