Type Alias bitset_iterator

Source
pub type bitset_iterator = Option<unsafe extern "C" fn(value: usize, param: *mut c_void) -> bool>;

Aliased Type§

pub enum bitset_iterator {
    None,
    Some(unsafe extern "C" fn(usize, *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(usize, *mut c_void) -> bool)

Some value of type T.