enter_runtime

Function enter_runtime 

Source
pub fn enter_runtime<F, R>(f: F) -> R
where F: FnOnce() -> R,