Type Definition figment::value::Dict[][src]

type Dict = Map<String, Value>;
Expand description

An alias to a Map from String to Values.