[go: up one dir, main page]

Dict

Type Alias Dict 

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

An alias to a Map from String to Values.

Aliased Typeยง

pub struct Dict { /* private fields */ }