PrettyLog

Trait PrettyLog 

Source
pub trait PrettyLog {
    // Required method
    fn pretty(&self) -> String;
}

Required Methods§

Source

fn pretty(&self) -> String

Implementations on Foreign Types§

Source§

impl PrettyLog for bool

Source§

fn pretty(&self) -> String

Source§

impl PrettyLog for f64

Source§

fn pretty(&self) -> String

Source§

impl PrettyLog for String

Source§

fn pretty(&self) -> String

Source§

impl PrettyLog for DateTime<FixedOffset>

Source§

fn pretty(&self) -> String

Source§

impl PrettyLog for Duration

Source§

fn pretty(&self) -> String

Source§

impl<T: PrettyLog> PrettyLog for Option<T>

Source§

fn pretty(&self) -> String

Implementors§