Trait trust_dns_proto::Executor
source · pub trait Executor {
// Required methods
fn new() -> Self;
fn block_on<F: Future>(&mut self, future: F) -> F::Output;
}
Expand description
Generic executor.
Required Methods§
Object Safety§
This trait is not object safe.