Function with_async_context_mut

Source
pub fn with_async_context_mut<C, F, R>(f: F) -> R
where F: FnOnce(Option<&mut C>) -> R, C: 'static,
Expand description

Retrieves mutable ref for async context in order to read values.