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

The core formatting engine that drives output through a type-erased Write sink. More...

Detailed Description

The core formatting engine that drives output through a type-erased Write sink.

Holds a reference to the output writer and the current FormattingOptions. Passed to Display::fmt and Debug::fmt to produce formatted output.


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