http_
body
0.4.6
Module combinators
Modules
Structs
In crate http_
body
Module
http_body
::
combinators
Copy item path
source
ยท
[
−
]
Expand description
Combinators for the
Body
trait.
Modules
ยง
box_
body
๐
map_
data
๐
map_err
๐
Structs
ยง
BoxBody
A boxed
Body
trait object.
MapData
Body returned by the
map_data
combinator.
MapErr
Body returned by the
map_err
combinator.
Unsync
BoxBody
A boxed
Body
trait object that is !Sync.