Crate no_stdout

Source

Macros§

dprint
Macro for printing to the configured stdout, without a newline.
dprintln
Macro for printing to the configured stdout, with a newline.
uprint
Macro for printing to the configured stdout, without a newline.
uprintln
Macro for printing to the configured stdout, with a newline.

Structs§

SetStdoutError

Traits§

StdOut
A trait describes common operations with the stdout.

Functions§

init
Initialized the global stdout with the a specified &'static dyn StdOut.
stdout
Returns a reference to the stdout.