Function rustdb::util::newmap[][src]

pub fn newmap<K, T>() -> RefCell<HashMap<K, T>>
Expand description

Construct a new map wrapped in a RefCell.