mistralrs::llguidance::ffi

Type Alias LlgCallback

pub type LlgCallback = Option<extern "C" fn(_: *const c_void)>;
Expand description

Function which llg calls when an operation is done.

Aliased Type§

enum LlgCallback {
    None,
    Some(extern "C" fn(_: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: *const c_void))

Some value of type T.