Type Alias figment::value::Dict

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

An alias to a Map from String to Values.

Aliased Type§

struct Dict { /* private fields */ }