Dict

Type Alias Dict 

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

Alias for HashMap of Value’s

Aliased Type§

pub struct Dict { /* private fields */ }

Trait Implementations§

Source§

impl ArgDict for Dict

Source§

fn get_int(&self, key: &str) -> CallResult<Option<i64>>

Retrieve value as i64 by key
Source§

fn get_string<'a>(&'a self, key: &str) -> CallResult<Option<&'a str>>

Retrieve value as i64 by key