[][src]Type Definition fern::Formatter

type Formatter = dyn Fn(FormatCallback, &Arguments, &Record) + Sync + Send + 'static;

A type alias for a log formatter.

As of fern 0.5, the passed fmt::Arguments will always be the same as the given log::Record's .args().