[][src]Type Definition fibers_http_server::Reply

type Reply<T> = Box<dyn Future<Item = Res<T>, Error = Never> + Send + 'static>;

An alias of the typical Future that can be used as the result of HandleRequest::handle_request method.