pub trait SetM<M> { // Required method fn set_m(&mut self, m: M); }
Trait to set the m value
Set the m value