🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.
tracing
For the release documentation, please see docs.rs, instead.
pub fn block_on_future<F>(future: F) -> F::Outputwhere F: Future,