Struct mentat_ffi::TxObserver
[−]
[src]
pub struct TxObserver { /* fields omitted */ }
Methods
impl TxObserver
[src]
impl TxObserver
pub fn new<F>(attributes: BTreeSet<i64>, notify_fn: F) -> TxObserver where
F: Fn(&str, IndexMap<&i64, &BTreeSet<i64>, RandomState>) + 'static + Send + Sync,
[src]
pub fn new<F>(attributes: BTreeSet<i64>, notify_fn: F) -> TxObserver where
F: Fn(&str, IndexMap<&i64, &BTreeSet<i64>, RandomState>) + 'static + Send + Sync,
pub fn applicable_reports(
&self,
reports: &'r IndexMap<i64, BTreeSet<i64>, RandomState>
) -> IndexMap<&'r i64, &'r BTreeSet<i64>, RandomState>
[src]
pub fn applicable_reports(
&self,
reports: &'r IndexMap<i64, BTreeSet<i64>, RandomState>
) -> IndexMap<&'r i64, &'r BTreeSet<i64>, RandomState>
Trait Implementations
Auto Trait Implementations
impl Send for TxObserver
impl Send for TxObserver
impl Sync for TxObserver
impl Sync for TxObserver