Skip to main content

Module io

Module io 

Source

Re-exportsยง

pub use error::errno_location;target_family=unix and neither DragonFly BSD nor target_os=vxworks nor target_os=rtems
pub use error::set_errno;target_family=unix and neither target_os=vxworks nor target_os=rtems, or WASI
pub use error::RawOsError;
pub use error::decode_error_kind;
pub use error::errno;
pub use error::error_string;
pub use error::is_interrupted;
pub use io_slice::IoSlice;
pub use io_slice::IoSliceMut;
pub use is_terminal::is_terminal;
pub use kernel_copy::CopyState;
pub use kernel_copy::kernel_copy;

Modulesยง

error ๐Ÿ”’
io_slice ๐Ÿ”’
is_terminal ๐Ÿ”’
kernel_copy ๐Ÿ”’

Constantsยง

DEFAULT_BUF_SIZE