1 | //! Traits, helpers, and type definitions for core I/O functionality. |
---|---|
2 | |
3 | mod borrowed_buf; |
4 | |
5 | #[unstable(feature = "core_io_borrowed_buf", issue = "117693")] |
6 | pub use self::borrowed_buf::{BorrowedBuf, BorrowedCursor}; |
7 |
1 | //! Traits, helpers, and type definitions for core I/O functionality. |
---|---|
2 | |
3 | mod borrowed_buf; |
4 | |
5 | #[unstable(feature = "core_io_borrowed_buf", issue = "117693")] |
6 | pub use self::borrowed_buf::{BorrowedBuf, BorrowedCursor}; |
7 |