Type Alias classicube_sys::Logger_DoWarn

source ·
pub type Logger_DoWarn = Option<unsafe extern "C" fn(msg: *const cc_string)>;

Aliased Type§

enum Logger_DoWarn {
    None,
    Some(unsafe extern "C" fn(_: *const cc_string_)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const cc_string_))

Some value of type T.