pub trait AeronAgentDoWorkFuncCallback {
// Required method
fn handle_aeron_agent_do_work_func(&mut self) -> c_int;
}
Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)
pub trait AeronAgentDoWorkFuncCallback {
// Required method
fn handle_aeron_agent_do_work_func(&mut self) -> c_int;
}
(note you must copy any arguments that you use afterwards even those with static lifetimes)