Trait flarelog::LogEntry

source ·
pub trait LogEntry {
    fn stringify(self) -> String;
}

Required Methods

Implementors