Module diny::io[][src]

Expand description

Re-export of io related structures

Modules

Helper module for common error functionality

Structs

The BufReader struct adds buffering to any reader.

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

Enums

A list specifying general categories of I/O error.

Traits

Read bytes asynchronously.

Read bytes asynchronously.

Write bytes asynchronously.

Type Definitions

A specialized Result type for I/O operations.