Expand description
Custom formatting trait for rfham types.
Formatter is implemented by types that support configurable text rendering beyond what
std::fmt::Display provides. FormatterOptions currently carries an optional decimal
precision specifier.