Skip to main content

Dictionary

Type Alias Dictionary 

Source
pub type Dictionary = HashMap<String, Value>;

Aliased Type§

pub struct Dictionary { /* private fields */ }

Trait Implementations§