Module prelude

Module prelude 

Source
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§

WriterExt
Abstraction layer allowing not only to write to std::fmt::Write but also to std::io::Write.