Trait vector_common::finalization::AddBatchNotifier

source ·
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§

source

fn add_batch_notifier(&mut self, notifier: BatchNotifier)

Adds a single shared batch notifier to this type.

Implementors§