Type Alias MValue

Source
pub type MValue = Value;
Expand description

Value of a feature’s M-Values object

Aliased Type§

struct MValue(pub BTreeMap<String, ValueType>);

Fields§

§0: BTreeMap<String, ValueType>