1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-22 01:44:20 +00:00

export Drain

This commit is contained in:
Nikolay Kim 2018-02-28 11:10:54 -08:00
parent 67f33a4760
commit 171a23561e

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;