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