Expand description
Set of extension implementations allowing to write to std::fmt::Write or std::io::Write.
Structs§
- FmtWriter
- Wrapper for writer implementing std::fmt::Write.
- IoWriter
- Wrapper for writer implementing std::io::Write.
Traits§
- Writer
Ext - Abstraction layer allowing not only to write to std::fmt::Write but also to std::io::Write.