Skip to main content

CCHashFN

Type Alias CCHashFN 

Source
pub type CCHashFN = Option<unsafe extern "C-unwind" fn(Datum) -> u32>;

Aliased Type§

pub enum CCHashFN {
    None,
    Some(unsafe extern "C-unwind" fn(Datum) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(Datum) -> u32)

Some value of type T.