Skip to main content

Module io

Module io 

Source
๐Ÿ”ฌ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