๐ฌThis is a nightly-only experimental API. (
core_io #154046)Expand description
Traits, helpers, and type definitions for core I/O functionality.
Re-exportsยง
pub use self::borrowed_buf::BorrowedBuf;Experimental pub use self::borrowed_buf::BorrowedCursor;Experimental pub use self::cursor::Cursor;pub use self::error::ErrorKind;pub use self::error::RawOsError;Experimental pub use self::util::Chain;pub use self::util::Empty;pub use self::util::Repeat;pub use self::util::Sink;pub use self::util::Take;pub use self::util::empty;pub use self::util::repeat;pub use self::util::sink;pub use self::util::chain;๐ปExperimental pub use self::util::take;๐ปExperimental
Modulesยง
- borrowed_
buf ๐Experimental - cursor ๐
Experimental - error ๐
Experimental - util ๐
Experimental