with_global_storage

Function with_global_storage 

Source
pub fn with_global_storage<F, R>(f: F) -> R
where F: FnOnce(&RefCell<HashMap<String, HashMap<u64, Vec<u8>>>>) -> R,