pub type PJRT_Event_Await = Option<unsafe extern "C" fn(args: *mut PJRT_Event_Await_Args) -> *mut PJRT_Error>;Aliased Type§
pub enum PJRT_Event_Await {
None,
Some(unsafe extern "C" fn(*mut PJRT_Event_Await_Args) -> *mut PJRT_Error),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut PJRT_Event_Await_Args) -> *mut PJRT_Error)
Some value of type T.