pub type DynBody = dyn Body<Data = Bytes, Error = BoxError> + Send + Unpin;
client
HTTP body of a dynamic backing type.
The suggested implementation type is crate::client::Body.
crate::client::Body