Type Definition htrpc::ReadBody

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