Type Alias cache_hash

Source
pub type cache_hash = Option<unsafe extern "C" fn(cached: *const CACHED_GENERIC) -> c_int>;

Aliased Type§

enum cache_hash {
    None,
    Some(unsafe extern "C" fn(_: *const CACHED_GENERIC) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const CACHED_GENERIC) -> i32)

Some value of type T.