PJRT_Error_Destroy

Type Alias PJRT_Error_Destroy 

Source
pub type PJRT_Error_Destroy = Option<unsafe extern "C" fn(args: *mut PJRT_Error_Destroy_Args)>;

Aliased Type§

pub enum PJRT_Error_Destroy {
    None,
    Some(unsafe extern "C" fn(*mut PJRT_Error_Destroy_Args)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut PJRT_Error_Destroy_Args))

Some value of type T.