StatefulPredicate

Type Alias StatefulPredicate 

Source
pub type StatefulPredicate = unsafe extern "C" fn(Key, *mut c_void) -> bool;
Expand description

Callback signature for custom predicate functions, defined in the Rust layer and used in the C++ layer.