pub type EventConversion = Box<dyn Fn(Value) -> Result<Arc<dyn Event>> + Send + 'static>;
Expand description

Function type to convert a json event into an instance of it self but as dyn Event

Aliased Type§

struct EventConversion(/* private fields */);