Skip to main content

EntryFormatter

Trait EntryFormatter 

Source
pub trait EntryFormatter {
    // Required method
    fn format_field(
        &self,
        entry: &DecoratedEntry,
        format: &str,
    ) -> Option<String>;
}

Required Methods§

Source

fn format_field(&self, entry: &DecoratedEntry, format: &str) -> Option<String>

Implementors§