sqlx_macros_core

Function block_on

source
pub fn block_on<F>(f: F) -> F::Output
where F: Future,