Crate arc_io_error [] [src]

See the type-level documentation for IoError.

Note: IoErrorKind is a re-export of (alias for) std::io::ErrorKind. It is not a new type, despite how it may appear in Rustdoc.

Structs

IoError

A version of std::io::Error implemented on top of Arc instead of Box, making it cloneable.

Enums

IoErrorKind

A list specifying general categories of I/O error.

Type Definitions

IoResult

See std::io::Result, with IoError substituted for io::Error.