Settings
Help

block_on_future

Function block_on_future 

Source
pub fn block_on_future<F>(future: F) -> F::Output
where F: Future,