PJRT_Executable_Serialize

Type Alias PJRT_Executable_Serialize 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.