From 171a23561e8dcdaaec31e4a29f7cfcd9a5dede94 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 28 Feb 2018 11:10:54 -0800 Subject: [PATCH] export Drain --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 05127e1f3..e85ce7480 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;