Function rustdb::util::newmap

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

Construct a new map wrapped in a RefCell.