Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
library
/
core
/
src
/
io
/
mod.rs
blob: 2f20180cdc9a27db4a797c257ee7f1cb9385b1aa [
file
] [
log
] [
blame
]
//! Traits, helpers, and type definitions for core I/O functionality.
mod
borrowed_buf
;
#[
unstable
(
feature
=
"core_io_borrowed_buf"
,
issue
=
"117693"
)]
pub
use
self
::
borrowed_buf
::{
BorrowedBuf
,
BorrowedCursor
};