Skip to main contentCrate no_stdout
Source - 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.
- SetStdoutError
- StdOut
- A trait describes common operations with the stdout.
- init
- Initialized the global stdout with the a specified
&'static dyn StdOut. - stdout
- Returns a reference to the stdout.