pub type BoxBody = UnsyncBoxBody<Bytes, GatewayError>;Expand description
A boxed body that implements http_body::Body.
Used as the standard response body type for the gateway to ensure type erasure and compatibility.
Aliased Typeยง
pub struct BoxBody { /* private fields */ }