Macro nu_protocol::out[][src]

macro_rules! out {
    ($($tokens : tt) *) => { ... };
}
Expand description

Outputs to standard out

Note: this exists to differentiate between intentional writing to stdout and stray printlns left by accident