Function era_test_node::fork::block_on

source ·
pub fn block_on<F: Future + Send + 'static>(future: F) -> F::Output
where F::Output: Send,