Type Alias pjrt_sys::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§
enum PJRT_Error_GetCode {
None,
Some(unsafe extern "C" fn(_: *mut PJRT_Error_GetCode_Args) -> *mut PJRT_Error),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut PJRT_Error_GetCode_Args) -> *mut PJRT_Error)
Some value of type T.