Module ion_rs::result

source ·

Structs

  • Position represents the location within an Ion stream where an error has been identified. For all formats byte_offset will contain the number of bytes into the stream that have been processed prior to encountering the error. When working with the text format, line_column will be updated to contain the line and column as well.

Enums

  • Represents the different types of high-level failures that might occur when reading Ion data.

Functions

Type Definitions

  • A unified Result type representing the outcome of method calls that may fail.