Module core::fmt

1.0.0 · source ·
Expand description

Utilities for formatting and printing strings.

Structs§

Enums§

  • Possible alignments returned by Formatter::align

Traits§

Functions§

  • Takes an output stream and an Arguments struct that can be precompiled with the format_args! macro.
  • from_fnExperimental
    Creates a type whose fmt::Debug and fmt::Display impls are provided with the function f.

Type Aliases§

  • The type returned by formatter methods.

Derive Macros§

  • Derive macro generating an impl of the trait Debug.