Type Definition ion_c_sys::result::IonCResult[][src]

type IonCResult<T> = Result<T, IonCError>;
Expand description

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.