pub type OutputMapper = Arc<dyn Fn(&State) -> Vec<Event> + Send + Sync>;
Type alias for output mapper function
pub struct OutputMapper { /* private fields */ }