Available on crate feature fmt only.
Expand description

Types for the documentation examples.

Features

This module is only exported with the “fmt” feature, and the nightly compiler, because at the time of writing these docs (2021-08-XX) mutable references in const fn require the unstable const_mut_refs feature.

Structs

  • An example struct which implements const debug formatting.
  • An example unit struct which implements const debug formatting.