GetNodeFunc

Type Alias GetNodeFunc 

Source
pub type GetNodeFunc = Option<unsafe extern "C" fn(arg1: HashTable, arg2: *const c_char) -> HashNode>;

Aliased Type§

pub enum GetNodeFunc {
    None,
    Some(unsafe extern "C" fn(*mut hashtable, *const i8) -> *mut hashnode),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut hashtable, *const i8) -> *mut hashnode)

Some value of type T.