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