Trait vortex_file::AsyncRuntime
source · pub trait AsyncRuntime {
// Required method
fn block_on<F: Future>(&self, fut: F) -> F::Output;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait AsyncRuntime {
// Required method
fn block_on<F: Future>(&self, fut: F) -> F::Output;
}