CCFastEqualFN

Type Alias CCFastEqualFN 

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

Aliased Type§

pub 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.