pub trait GetM<M> { // Required method fn m(&self) -> Option<&M>; }
Trait to extract the m value
Returns the m value