Type Alias rocket_db_pools::figment::value::Dict

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

An alias to a Map from String to Values.

Aliased Type§

struct Dict { /* private fields */ }