pub fn debug_fn<F>(f: F) -> FieldFn<F>Available on crate features
fmt and std and tracing only.Expand description
Returns a FormatFields implementation that formats fields using the
provided function or closure.