Module std::io1.0.0 [] [src]

Modules

prelude

The I/O Prelude

Structs

Error

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

Stderr
Stdin
Stdout

Enums

ErrorKind

A list specifying general categories of I/O error.

SeekFrom

Traits

Read
Seek
Write

Functions

stderr
stdin
stdout

Type Definitions

Result

A specialized Result type for I/O operations.