Home
last modified time | relevance | path

Searched defs:FormatFn (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/env_logger/src/fmt/
Dmod.rs139 pub(crate) type FormatFn = Box<dyn Fn(&mut Formatter, &Record) -> io::Result<()> + Sync + Send>; typedef
173 pub fn build(&mut self) -> FormatFn { in build()