Trait loga::common::DebugDisplay

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

A helper to easily generate debug strings for types implementing Debug.

Required Methods§

Implementors§