LogCallback

Type Alias LogCallback 

Source
pub type LogCallback = dyn Fn(String) + Send + Sync + UnwindSafe + RefUnwindSafe;
Expand description

Type of callback called when a message is logged.