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