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

type Dict = Map<String, Value>;

An alias to a Map from String to Values.