Skip to main content

AeronReceiveChannelLossSupplierFuncCallback

Trait AeronReceiveChannelLossSupplierFuncCallback 

Source
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)

Required Methods§

Implementors§