pgrx_pg_sys

Type Alias HashValueFunc

Source
pub type HashValueFunc = Option<unsafe extern "C" fn(key: *const c_void, keysize: Size) -> uint32>;

Aliased Type§

enum HashValueFunc {
    None,
    Some(unsafe extern "C" fn(_: *const c_void, _: usize) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const c_void, _: usize) -> u32)

Some value of type T.