pub fn debug_fn<F>(f: F) -> FieldFn<F>
Expand description
Returns a FormatFields
implementation that formats fields using the
provided function or closure.
pub fn debug_fn<F>(f: F) -> FieldFn<F>
Returns a FormatFields
implementation that formats fields using the
provided function or closure.