Trait mz_storage::upsert::UpsertErrorEmitter

source ·
trait UpsertErrorEmitter<G> {
    // Required method
    fn emit<'life0, 'async_trait>(
        &'life0 mut self,
        context: String,
        e: Error,
    ) -> Pin<Box<dyn Future<Output = ()> + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

source

fn emit<'life0, 'async_trait>( &'life0 mut self, context: String, e: Error, ) -> Pin<Box<dyn Future<Output = ()> + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementations on Foreign Types§

source§

impl<G: Scope> UpsertErrorEmitter<G> for (&mut AsyncOutputHandle<<G as ScopeParent>::Timestamp, CapacityContainerBuilder<Vec<(usize, HealthStatusUpdate)>>, Tee<<G as ScopeParent>::Timestamp, Vec<(usize, HealthStatusUpdate)>>>, &Capability<<G as ScopeParent>::Timestamp>)

source§

fn emit<'life0, 'async_trait>( &'life0 mut self, context: String, e: Error, ) -> Pin<Box<dyn Future<Output = ()> + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§