croaring_sys

Type Alias bitset_iterator

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

Aliased Type§

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.