PrintTableStats

Type Alias PrintTableStats 

Source
pub type PrintTableStats = Option<unsafe extern "C" fn(arg1: HashTable)>;

Aliased Type§

pub enum PrintTableStats {
    None,
    Some(unsafe extern "C" fn(*mut hashtable)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut hashtable))

Some value of type T.