pub type FormatDebugFn = fn(&mut Writer<'_>, &Field, &dyn Debug) -> Result;
Type alias for the formatting function used.