Type Definition flexi_logger::FormatFunction[][src]

type FormatFunction = fn(_: &Record) -> String;

Function type for Format functions.