Type Alias AiLogStreamCallback

Source
pub type AiLogStreamCallback = Option<unsafe extern "system" fn(*const c_char, *mut c_char)>;

Aliased Type§

enum AiLogStreamCallback {
    None,
    Some(unsafe extern "system" fn(*const i8, *mut i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const i8, *mut i8))

Some value of type T.