Type Alias cyclors::dds_querycondition_filter_fn

source ·
pub type dds_querycondition_filter_fn = Option<unsafe extern "C" fn(sample: *const c_void) -> bool>;

Aliased Type§

enum dds_querycondition_filter_fn {
    None,
    Some(unsafe extern "C" fn(_: *const c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const c_void) -> bool)

Some value of type T.