api_impl::context

Function with_current

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