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