Skip to main content

with_value_mut

Function with_value_mut 

Source
pub fn with_value_mut<R, FnR>(key: &str, caller: FnR) -> R
where FnR: FnOnce(Option<&mut Stored>) -> R,