Type Definition shio::response::BoxFutureResponse [] [src]

type BoxFutureResponse<E = Error> = Box<Future<Item = Response, Error = E>>;