Expand description
Combinators for the Body
trait.
Structsยง
- BoxBody
- A boxed
Body
trait object. - Collect
- Future that resolves into a
Collected
. - Frame
- Future that resolves to the next frame from a
Body
. - MapErr
- Body returned by the
map_err
combinator. - MapFrame
- Body returned by the
map_frame
combinator. - Unsync
BoxBody - A boxed
Body
trait object that is !Sync. - With
Trailers - Adds trailers to a body.