api_impl::context

Function with_current_mut

Source
pub fn with_current_mut<F, R>(f: F) -> R
where F: FnOnce(&mut Context) -> R,