Function rustdb::util::newmap

source · []
pub fn newmap<K, T>() -> RefCell<HashMap<K, T>>
Expand description

Construct a new map wrapped in a RefCell.