Trait rusteron_client::AeronNotificationCallback

source ·
pub trait AeronNotificationCallback {
    // Required method
    fn handle_aeron_notification(&mut self);
}
Expand description

Generalised notification callback.

Required Methods§

Implementors§