Macro no_stdout::uprintln[][src]

macro_rules! uprintln {
    () => { ... };
    ($s : expr) => { ... };
    ($s : expr, $($tt : tt) *) => { ... };
    (@ newline) => { ... };
}
Expand description

Macro for printing to the configured stdout, with a newline.