Expand description
Error type definitions.
Structsยง
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.
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ยง
- 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.