pub type FormatFn = Arc<dyn Fn(&Record) -> String + Send + Sync>;
A type alias for a format function
struct FormatFn { /* private fields */ }