Searched defs:FormatFn (Results 1 – 1 of 1) sorted by relevance
139 pub(crate) type FormatFn = Box<dyn Fn(&mut Formatter, &Record) -> io::Result<()> + Sync + Send>; typedef173 pub fn build(&mut self) -> FormatFn { in build()