OutputMapper

Type Alias OutputMapper 

Source
pub type OutputMapper = Arc<dyn Fn(&State) -> Vec<Event> + Send + Sync>;
Expand description

Type alias for output mapper function

Aliased Typeยง

pub struct OutputMapper { /* private fields */ }