Module rt_format::value[][src]

Expand description

Defines traits and types to help make arbitrary values formattable at runtime.

Structs

Holds a FormattableValue and implements all the std::fmt formatting traits.

Traits

A type that indicates whether its value supports a specific format, and provides formatting functions that correspond to different format types.