Skip to main content

LogLevelExt

Trait LogLevelExt 

Source
pub trait LogLevelExt {
    // Required methods
    fn colored(self) -> ColoredString;
    fn color(&self) -> Color;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl LogLevelExt for Level

Implementors§