pub type ResponseBody = BoxBody<Bytes, Infallible>;Expand description
The response body type used by all handlers.
Aliased Typeยง
pub struct ResponseBody { /* private fields */ }pub type ResponseBody = BoxBody<Bytes, Infallible>;The response body type used by all handlers.
pub struct ResponseBody { /* private fields */ }