pub trait AeronNotificationCallback {
// Required method
fn handle_aeron_notification(&mut self);
}
Expand description
Generalised notification callback.
pub trait AeronNotificationCallback {
// Required method
fn handle_aeron_notification(&mut self);
}
Generalised notification callback.