1use hyper::body::Bytes; 2 3use std::convert::Infallible; 4 5pub type BoxBody = http_body_util::combinators::BoxBody<Bytes, Infallible>;