Type Alias MappedValue

Source
pub type MappedValue = BTreeMap<String, Value>;
Expand description

A value representing a map from a string to a currently unknown value, as the value of these is better understood their implementations might be transfered to a more type strict version.

Aliased Typeยง

pub struct MappedValue { /* private fields */ }