cache_get_mut

Function cache_get_mut 

Source
pub unsafe fn cache_get_mut<K, V>(
    cache: *mut LazyRUMCache<K, V>,
    expr: &K,
    default: &'static mut V,
) -> LazyRUMCacheMutValue<V>
where K: Hash + Eq + Clone + 'static, V: Clone,