export Drain

This commit is contained in:
Nikolay Kim 2018-02-28 11:10:54 -08:00
parent 67f33a4760
commit 171a23561e
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ pub mod dev {
//! ```
pub use body::BodyStream;
pub use context::Drain;
pub use info::ConnectionInfo;
pub use handler::Handler;
pub use json::JsonBody;