PJRT_LoadedExecutable_Delete

Type Alias PJRT_LoadedExecutable_Delete 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.