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

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

Required methods

pub fn to_line(&self) -> String[src]

Loading content...

Implementors

impl LogLine for Done[src]

impl LogLine for Event[src]

impl LogLine for Note[src]

Loading content...