LogEntry

Trait LogEntry 

Source
pub trait LogEntry {
    // Required method
    fn stringify(self) -> String;
}

Required Methods§

Implementors§