pub type MValue = Value;
Value of a feature’s M-Values object
struct MValue(pub BTreeMap<String, ValueType>);
0: BTreeMap<String, ValueType>