Trait soup::prelude::LoggerExtManual
source · pub trait LoggerExtManual: 'static {
fn set_printer<P: Fn(&Logger, LoggerLogLevel, char, &str) + Send + Sync + 'static>(
&self,
printer: P
);
}
pub trait LoggerExtManual: 'static {
fn set_printer<P: Fn(&Logger, LoggerLogLevel, char, &str) + Send + Sync + 'static>(
&self,
printer: P
);
}