Type Definition htrpc::ReadBody [] [src]

type ReadBody<T> = Box<Future<Item = (BodyReader, T), Error = Error> + Send + 'static>;