[][src]Trait jobrog::log::LogLine

pub trait LogLine {
    fn to_line(&self) -> String;
}

Required methods

fn to_line(&self) -> String

Loading content...

Implementors

impl LogLine for Done[src]

impl LogLine for Event[src]

impl LogLine for Note[src]

Loading content...