Change the MuxedTransport trait

This commit is contained in:
Pierre Krieger
2017-12-18 12:29:21 +01:00
parent 3438640907
commit 47a3a24fcd
5 changed files with 165 additions and 189 deletions

View File

@ -167,6 +167,7 @@ extern crate bytes;
#[macro_use]
extern crate futures;
extern crate multistream_select;
extern crate parking_lot;
extern crate smallvec;
extern crate tokio_io;