Module combinators
Combinators for the Body trait.
Structs
-
BoxBody
A boxed
Bodytrait object. -
Collect
Future that resolves into a
Collected. -
Frame
Future that resolves to the next frame from a
Body. -
Fuse
A "fused"
Body. -
InspectErr
Body returned by the [
inspect_err()] combinator. -
InspectFrame
Body returned by the [
inspect_frame()] combinator. -
MapErr
Body returned by the
map_errcombinator. -
MapFrame
Body returned by the
map_framecombinator. -
UnsyncBoxBody
A boxed
Bodytrait object that is !Sync. - WithTrailers Adds trailers to a body.