Skip to main content

Module combinators

Module combinators 

Available on crate features http and std only.
Expand description

Combinators for the Body trait.

Structs§

BoxBody
A boxed Body trait object.
Chain
A Body that yields every frame of first, then every frame of second.
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_err combinator.
MapFrame
Body returned by the map_frame combinator.
UnsyncBoxBody
A boxed Body trait object that is !Sync.
WithTrailers
Adds trailers to a body.