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