pub trait AeronAgentCloseFuncCallback {
    // Required method
    fn handle_aeron_agent_on_close_func(&mut self);
}

Required Methods§

Implementors§