Type Alias CCFastEqualFN

Source
pub type CCFastEqualFN = Option<unsafe extern "C-unwind" fn(_: Datum, _: Datum) -> bool>;

Aliased Type§

enum CCFastEqualFN {
    None,
    Some(unsafe extern "C-unwind" fn(_: Datum, _: Datum) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: Datum, _: Datum) -> bool)

Some value of type T.