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

Required Methods

Implementors