Skip to main content

Module fmt

Module fmt 

Source
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.

Structs§

FormatterOptions

Traits§

Formatter