[][src]Module queen_io::sys::io

Structs

Error

The error type for I/O operations of the Read, Write, Seek, and associated traits.

Io

Enums

ErrorKind

A list specifying general categories of I/O error.

Traits

Read

The Read trait allows for reading bytes from a source.

Write

A trait for objects which are byte-oriented sinks.

Functions

set_cloexec
set_nonblock

Type Definitions

Result

A specialized Result type for I/O operations.