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