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