PJRT_CallbackError

Type Alias PJRT_CallbackError 

Source
pub type PJRT_CallbackError = Option<unsafe extern "C" fn(code: PJRT_Error_Code, message: *const c_char, message_size: usize) -> *mut PJRT_Error>;

Aliased Type§

pub enum PJRT_CallbackError {
    None,
    Some(unsafe extern "C" fn(u32, *const i8, usize) -> *mut PJRT_Error),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, *const i8, usize) -> *mut PJRT_Error)

Some value of type T.