[][src]Trait emit::pipeline::chain::Propagate

pub trait Propagate {
    fn propagate(&self, event: Event<'static>, next: &dyn Emit);
}

An element within the processing chain that controls how an Event is passed through.

Required methods

fn propagate(&self, event: Event<'static>, next: &dyn Emit)

Loading content...

Implementors

impl Propagate for FixedPropertyEnricher<'static>[src]

impl<T: AcceptEvents + Sync> Propagate for CollectorElement<T>[src]

Loading content...