Skip to main content

LevelFormatAble

Trait LevelFormatAble 

Source
pub trait LevelFormatAble {
    // Required method
    fn level_fmt(&self, f: &mut Formatter<'_>, level: usize) -> Result;
}

Required Methods§

Source

fn level_fmt(&self, f: &mut Formatter<'_>, level: usize) -> Result

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§