[−][src]Trait hyper::rt::Executor
An executor of futures.
Required methods
fn execute(&self, fut: Fut)
Place the future into the executor to be run.
An executor of futures.
fn execute(&self, fut: Fut)
Place the future into the executor to be run.