Type Alias lh_CONF_VALUE_hashfunc

Source
pub type lh_CONF_VALUE_hashfunc = Option<unsafe extern "C" fn(_: *const CONF_VALUE) -> u64>;

Aliased Type§

enum lh_CONF_VALUE_hashfunc {
    None,
    Some(unsafe extern "C" fn(_: *const CONF_VALUE) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const CONF_VALUE) -> u64)

Some value of type T.