pub type FormatDebugFn = fn(_: &mut Writer<'_>, _: &Field, _: &dyn Debug) -> Result;
Expand description

Type alias for the formatting function used.