http_body
0.4.6
Module combinators
Structs
In crate http_body
Module
http_body
::
combinators
Copy item path
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.