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

Trait for a byte-oriented output sink used by the formatting machinery. More...

Detailed Description

Trait for a byte-oriented output sink used by the formatting machinery.

Implementors provide write_str(const u8* p, usize len) to accept raw bytes.


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