Type Definition milf::value::Table[][src]

type Table = Map<String, Value>;

Type representing a MILF table, payload of the Value::Table variant. By default it is backed by a BTreeMap, enable the preserve_order feature to use a LinkedHashMap instead.