Trait UpsertErrorEmitter

Source
pub(crate) 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<(Option<GlobalId>, HealthStatusUpdate)>>, Tee<<G as ScopeParent>::Timestamp, Vec<(Option<GlobalId>, 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§