Type Alias aws_smithy_http_server::body::BoxBody
source · pub type BoxBody = UnsyncBoxBody<Bytes, Error>;
Expand description
The primary Body
returned by the generated smithy-rs
service.
Aliased Type§
struct BoxBody { /* private fields */ }