rstd 0.1.0
Loading...
Searching...
No Matches
rstd::fmt::Display Struct Referenceexport
module rstd.core

Trait for user-facing output formatting, invoked via {}. More...

Detailed Description

Trait for user-facing output formatting, invoked via {}.

Implementors provide fmt(Formatter&) to write a human-readable representation. The Formatter's options() provides access to format specifiers (width, fill, align, etc.).


The documentation for this struct was generated from the following file: