Function tls_api_test_2::block_on

source ·
pub fn block_on<F, T>(future: F) -> T
where F: Future<Output = T>,