Module exr::error[][src]

Expand description

Error type definitions.

Structs

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

Enums

An error that may happen while reading or writing an exr file. Distinguishes between three types of errors: unsupported features, invalid data, and file system errors.

Type Definitions

A specialized Result type for I/O operations.

A result that may contain an exr error.

A result that, if ok, contains nothing, and otherwise contains an exr error.