block_on

Function block_on 

Source
pub fn block_on<T: 'static>(future: impl Future<Output = T> + 'static) -> T