1 | //! Combinators for the `Body` trait. |
---|---|
2 | |
3 | mod box_body; |
4 | mod map_data; |
5 | mod map_err; |
6 | |
7 | pub use self::{ |
8 | box_body::{BoxBody, UnsyncBoxBody}, |
9 | map_data::MapData, |
10 | map_err::MapErr, |
11 | }; |
12 |
1 | //! Combinators for the `Body` trait. |
---|---|
2 | |
3 | mod box_body; |
4 | mod map_data; |
5 | mod map_err; |
6 | |
7 | pub use self::{ |
8 | box_body::{BoxBody, UnsyncBoxBody}, |
9 | map_data::MapData, |
10 | map_err::MapErr, |
11 | }; |
12 |