Macro shared::stdout

source ·
macro_rules! stdout {
    ($($arg:tt)*) => { ... };
}
Expand description

Identical to the print! macro.