re-export io::{ReadHalf/WriteHalf} timer::Error (#290)

This commit is contained in:
Leandro Pacheco 2018-04-04 18:18:12 +02:00 committed by Carl Lerche
parent dcb20b289c
commit a6b307cfbe
2 changed files with 3 additions and 0 deletions

View File

@ -140,10 +140,12 @@ pub mod io {
ReadToEnd,
read_until,
ReadUntil,
ReadHalf,
shutdown,
Shutdown,
write_all,
WriteAll,
WriteHalf,
};
// Re-export io::Error so that users don't have to deal

View File

@ -80,6 +80,7 @@
pub use tokio_timer::{
Deadline,
DeadlineError,
Error,
Interval,
Delay,
};