EventDerivationFn

Type Alias EventDerivationFn 

Source
pub type EventDerivationFn = Box<dyn Fn(&Event) -> Value>;
Expand description

Type aliases for complex function types to reduce clippy warnings

Aliased Typeยง

pub struct EventDerivationFn(/* private fields */);