pub(crate) trait LogTarget {
    // Required method
    fn log_target(&self) -> &'static str;
}
Expand description

Get the log target for an event, as a static string.

Required Methods§

source

fn log_target(&self) -> &'static str

Implementations on Foreign Types§

source§

impl LogTarget for CompositorMsg

source§

fn log_target(&self) -> &'static str

Implementors§