Trait servoshell::desktop::tracing::LogTarget

source ·
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 EmbedderEvent

source§

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

source§

impl LogTarget for EmbedderMsg

source§

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

source§

impl LogTarget for Event<WakerEvent>

source§

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

source§

impl LogTarget for WindowEvent

source§

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

Implementors§