Trait ParamMut

Source
pub trait ParamMut<T> {
    // Required method
    fn param_mut(&mut self) -> &mut T;
}
Expand description

Item of type T has been set in a certain_map slot and returns a mutable reference.

Required Methods§

Source

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

Implementors§