pub trait AeronIdleStrategyFuncCallback {
// Required method
fn handle_aeron_idle_strategy_func(&mut self, work_count: c_int);
}
Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)
pub trait AeronIdleStrategyFuncCallback {
// Required method
fn handle_aeron_idle_strategy_func(&mut self, work_count: c_int);
}
(note you must copy any arguments that you use afterwards even those with static lifetimes)