Module combinators

Source
Expand description

Combinators for the Body trait.

Structsยง

BoxBody
A boxed Body trait object.
MapData
Body returned by the map_data combinator.
MapErr
Body returned by the map_err combinator.
UnsyncBoxBody
A boxed Body trait object that is !Sync.