Skip to main content

apimock_server/
types.rs

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