Module ockam_core::compat::fmt

source ·
Expand description

Provides core::fmt

Structs§

Enums§

  • Possible alignments returned by Formatter::align

Traits§

Functions§

  • The format function takes an Arguments struct and returns the resulting formatted string.
  • The write function takes an output stream, and an Arguments struct that can be precompiled with the format_args! macro.

Type Aliases§

  • The type returned by formatter methods.

Derive Macros§

  • Derive macro generating an impl of the trait Debug.