Type Definition figment::value::Dict

source · []
pub type Dict = Map<String, Value>;
Expand description

An alias to a Map from String to Values.