Skip to main content

EventLogger

Type Alias EventLogger 

Source
pub type EventLogger = Box<dyn Fn(&Context, &str, Option<Value>) + Send + Sync>;

Aliased Typeยง

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