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