Type Alias FormatDebugFn

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

Type alias for the formatting function used.