PJRT_Client_ProcessIndex

Type Alias PJRT_Client_ProcessIndex 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.