Type Definition arc_reactor::prelude::MiddleWareFuture[][src]

type MiddleWareFuture<I> = Box<Future<Item = I, Error = Response> + Send>;