Expand description
What can go wrong: ParseError for a file that violates its format,
Error folding that together with I/O (and ZIP, under bundle).
Enums§
- Error
- Everything a read or write can fail with: I/O, a format violation, or
(under
bundle) a ZIP error. - Parse
Error - A file that violates its format: unknown tags or lengths, checksum mismatches, out-of-range values, unsupported schema versions.
Type Aliases§
- Result
- Shorthand for
Result<T, Error>.