Trait slog::logger::IntoMsg [] [src]

pub trait IntoMsg {
    fn as_str(&self) -> Cow<str>;
}

A type that can be translated into Msg

Required Methods

fn as_str(&self) -> Cow<str>

Convert to the &str

Implementors