pub trait AeronReceiveChannelLossSupplierFuncCallback {
// Required method
fn handle_aeron_receive_channel_loss_supplier_func(
&mut self,
endpoint: *mut aeron_receive_channel_endpoint_stct,
);
}Expand description
(note you must copy any arguments that you use afterwards even those with static lifetimes)