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