Trait linera_core::notifier::Notifier
source · pub trait Notifier: Clone + Send + 'static {
// Required method
fn notify(&self, notifications: &[Notification]);
}
Required Methods§
fn notify(&self, notifications: &[Notification])
Object Safety§
This trait is not object safe.