Trait Executor
hyper::rt
pub trait Executor<Fut> { fn execute(&self, fut: Fut); }
An executor of futures.
fn execute(&self, fut: Fut)
Place the future into the executor to be run.