Trait llmvm_protocol::http::hyper::rt::Executor
pub trait Executor<Fut> {
// Required method
fn execute(&self, fut: Fut);
}
Expand description
An executor of futures.
Required Methods§
fn execute(&self, fut: Fut)
fn execute(&self, fut: Fut)
Place the future into the executor to be run.