[][src]Module ion_c_sys::result

Provides convenient integration with Error and Result for Ion C.

Structs

IonCError

IonC Error code and its associated error message.

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.