Function sqlx_rt::enter_runtime

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