pub type DisplayFnTyped<T> = fn(value: &T, f: &mut Formatter<'_>) -> Result;
Function to format a value for display
If both DisplayFn and ParseFn are set, we should be able to round-trip the value.
DisplayFn
ParseFn