Searched refs:FormatFn (Results 1 – 1 of 1) sorted by relevance
24 type FormatFn = Box<dyn Fn(&log::Record) -> String + Sync + Send>; typedef31 custom_format: Option<FormatFn>,