Skip to main content

mutableStateMap

Function mutableStateMap 

Source
pub fn mutableStateMap<K, V>() -> SnapshotStateMap<K, V>
where K: Clone + Eq + Hash + 'static, V: Clone + 'static,