Move rt::io traits into the prelude
These traits belong here, and were simply waiting for the std::io traits to get removed. It's time they take their rightful positions!
This commit is contained in:
parent
702767db65
commit
d7b6502784
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ pub use num::{Orderable, Signed, Unsigned, Round};
|
|||
pub use num::{Primitive, Int, Float, ToStrRadix, ToPrimitive, FromPrimitive};
|
||||
pub use path::{GenericPath, Path, PosixPath, WindowsPath};
|
||||
pub use ptr::RawPtr;
|
||||
pub use rt::io::{Writer, Reader, Seek};
|
||||
pub use send_str::{SendStr, SendStrOwned, SendStrStatic, IntoSendStr};
|
||||
pub use str::{Str, StrVector, StrSlice, OwnedStr};
|
||||
pub use to_bytes::IterBytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue