pub fn boxed<B>(body: B) -> UnsyncBoxBody<Bytes, Error>where B: 'static + Body<Data = Bytes> + Send, <B as Body>::Error: Into<Box<dyn Error + Sync + Send + 'static, Global>>,
Convert a http_body::Body into a BoxBody.
http_body::Body
BoxBody