☰
Dict
In rocket_db_pools::figment::value
?
Type Definition
rocket_db_pools
::
figment
::
value
::
Dict
[
−
]
pub type Dict =
BTreeMap
<
String
,
Value
>;
Expand description
An alias to a
Map
from
String
to
Value
s.