pub trait AeronInt64CounterMapPredicateFuncCallback {
    // Required method
    fn handle_aeron_int64_counter_map_predicate_func(
        &mut self,
        key: i64,
        value: i64,
    ) -> bool;
}

Required Methods§

Implementors§