Module ion_c_sys::result

source ·
Expand description

Provides convenient integration with Error and Result for Ion C.

Structs

Enums

  • Represents a position in a data source. For example, consider a file containing Ion data that is being parsed using an IonCReader.

Type Definitions

  • A type alias to results from Ion C API, the result value is generally () to signify ion_error_code_IERR_OK since Ion C doesn’t return results but generally takes output parameters.