Skip to main content

ScanKeywordHashFunc

Type Alias ScanKeywordHashFunc 

Source
pub type ScanKeywordHashFunc = Option<unsafe extern "C-unwind" fn(key: *const c_void, keylen: usize) -> c_int>;

Aliased Type§

pub enum ScanKeywordHashFunc {
    None,
    Some(unsafe extern "C-unwind" fn(*const c_void, usize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*const c_void, usize) -> i32)

Some value of type T.