Expand description
Error type definitions.
Structsยง
Enumsยง
- Error
- 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.
Functionsยง
- i32_
to_ ๐usize - Return error on invalid range.
- u32_
to_ ๐usize - Panic on overflow.
- u64_
to_ ๐usize - Panic on overflow.
- usize_
to_ ๐i32 - Panic on overflow.
- usize_
to_ ๐u16 - Return error on invalid range.
- usize_
to_ ๐u64 - Panic on overflow.
Type Aliasesยง
- IoResult
- A specialized
Result
type for I/O operations. - Result
- A result that may contain an exr error.
- Unit
Result - A result that, if ok, contains nothing, and otherwise contains an exr error.