Trait loga::DebugDisplay

source ·
pub trait DebugDisplay {
    // Required methods
    fn dbg_str(&self) -> String;
    fn pretty_dbg_str(&self) -> String;
}

Required Methods§

Implementors§