Type Alias classicube_sys::Logger_DescribeError

source ·
pub type Logger_DescribeError = Option<unsafe extern "C" fn(res: cc_result, dst: *mut cc_string) -> cc_bool>;

Aliased Type§

enum Logger_DescribeError {
    None,
    Some(unsafe extern "C" fn(_: u32, _: *mut cc_string_) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: *mut cc_string_) -> u8)

Some value of type T.