Module ketos::io [] [src]

Creates an abstraction layer to I/O operations

Structs

File

Wraps a fs::File as a shared writer, providing a path for error values.

GlobalIo

Contains global shared I/O objects

IoError

Describes the cause of an io::Error.

Sink

A shared writer which sends all data into the void.

Enums

IoMode

Indicates the type of I/O operation that generated an error.

Traits

SharedWrite

A writer object that can operate using shared references.