Type Alias glib::log::PrintCallback

source ยท
type PrintCallback = dyn Fn(&str) + Send + Sync + 'static;