pub trait AeronInt64CounterMapPredicateFuncCallback {
// Required method
fn handle_aeron_int64_counter_map_predicate_func(
&mut self,
key: i64,
value: i64,
) -> bool;
}
Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)