flarelog/
logentry.rs

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