Type Alias pjrt_sys::PJRT_LoadedExecutable_Destroy
source · pub type PJRT_LoadedExecutable_Destroy = Option<unsafe extern "C" fn(args: *mut PJRT_LoadedExecutable_Destroy_Args) -> *mut PJRT_Error>;Aliased Type§
enum PJRT_LoadedExecutable_Destroy {
None,
Some(unsafe extern "C" fn(_: *mut PJRT_LoadedExecutable_Destroy_Args) -> *mut PJRT_Error),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut PJRT_LoadedExecutable_Destroy_Args) -> *mut PJRT_Error)
Some value of type T.