logo

Type Definition wampire::Dict

source · []
pub type Dict = HashMap<String, Value>;
Expand description

Alias for HashMap of Value’s

Trait Implementations

Retrieve value as i64 by key

Retrieve value as i64 by key