1
2
3
pub trait LogEntry {
    fn stringify(self) -> String;
}