Type Definition 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.
pub type BoxBody = UnsyncBoxBody<Bytes, Error>;The primary Body returned by the generated smithy-rs service.