Expand description
Utilities for formatting and printing strings.
Structs§
- This structure represents a safely precompiled version of a format string and its arguments. This cannot be generated at runtime because it cannot safely be done, so no constructors are given and the fields are private to prevent modification.
- A struct to help with
fmt::Debug
implementations. - A struct to help with
fmt::Debug
implementations. - A struct to help with
fmt::Debug
implementations. - A struct to help with
fmt::Debug
implementations. - A struct to help with
fmt::Debug
implementations. - The error type which is returned from formatting a message into a stream.
- Configuration for formatting.
- FromFn
Experimental Implementsfmt::Debug
andfmt::Display
using a function.
Enums§
- Possible alignments returned by
Formatter::align
Traits§
b
formatting.?
formatting.