Skip to main content

DictMap

Type Alias DictMap 

Source
pub type DictMap = BTreeMap<String, VmValue>;

Aliased Type§

pub struct DictMap { /* private fields */ }

Trait Implementations§

Source§

impl VmDictExt for DictMap

Source§

fn put_str(&mut self, key: &str, value: &str)