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

This commit is contained in:
Leandro Pacheco
2018-04-04 09:18:12 -07:00
committed by Carl Lerche
parent dcb20b289c
commit a6b307cfbe
2 changed files with 3 additions and 0 deletions
+2
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