None.
String
impl for Body
.Limited
body implementation.UnsyncBoxBody
and Body::boxed_unsync
.Default
for BoxBody
.Body::size_hint
and Body::is_end_stream
for Empty
.Full
which is a body that consists of a single chunk.Body
:map_data
: Change the Data
chunks produced by the body.map_err
: Change the Error
s produced by the body.boxed
: Convert the Body
into a boxed trait object.Empty
.bytes
to v1.0.Body
for http::Request<impl Body>
and http::Response<impl Body>
.next
combinator to data
.http
to v0.2.bytes
to v0.5.Body
to be object-safe.next
and trailers
combinator methods.Pin
in poll_data
and poll_trailers
.