Skip to main content

cache_push

Function cache_push 

Source
pub unsafe fn cache_push<K, V>(cache: *mut LazyRUMCache<K, V>, key: &K, val: V)
where K: Hash + Eq + Clone + Send + Sync + 'static, V: Clone + Send + Sync + 'static,