Type Definition aws_smithy_http::body::BoxBody

source ·
pub type BoxBody = BoxBody<Bytes, Error>;
Expand description

A boxed generic HTTP body that, when consumed, will result in Bytes or an Error.