Type Alias glib::log::LogCallback

source ยท
type LogCallback = dyn Fn(Option<&str>, LogLevel, &str) + Send + Sync + 'static;