Trait jaslog::line_formats::FormatLogLine[][src]

pub trait FormatLogLine {
    fn format(&self) -> ColoredString;
}

Required methods

Implementors