Module ion_c_sys::result[][src]

Expand description

Provides convenient integration with Error and Result for Ion C.

Structs

IonCError

IonC Error code and its associated error message.

LineColumn

Enums

Position

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

Type Definitions

IonCResult

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.