feat(body): reexport hyper::body::SizeHint (#2404)

This commit is contained in:
erikdesjardins
2021-01-19 17:50:07 -05:00
committed by GitHub
parent e076dec64a
commit 0f84fb2c4e
+1
View File
@@ -17,6 +17,7 @@
pub use bytes::{Buf, Bytes};
pub use http_body::Body as HttpBody;
pub use http_body::SizeHint;
pub use self::aggregate::aggregate;
pub use self::body::{Body, Sender};