PJRT_Error_GetCode

Type Alias PJRT_Error_GetCode 

Source
pub type PJRT_Error_GetCode = Option<unsafe extern "C" fn(args: *mut PJRT_Error_GetCode_Args) -> *mut PJRT_Error>;

Aliased Type§

pub enum PJRT_Error_GetCode {
    None,
    Some(unsafe extern "C" fn(*mut PJRT_Error_GetCode_Args) -> *mut PJRT_Error),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut PJRT_Error_GetCode_Args) -> *mut PJRT_Error)

Some value of type T.