Trait vector_lib::finalization::AddBatchNotifier
pub trait AddBatchNotifier {
// Required method
fn add_batch_notifier(&mut self, notifier: BatchNotifier);
}
Expand description
An object to which we can add a batch notifier.
Required Methods§
fn add_batch_notifier(&mut self, notifier: BatchNotifier)
fn add_batch_notifier(&mut self, notifier: BatchNotifier)
Adds a single shared batch notifier to this type.