Macro nu_protocol::out
source · [−]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
macro_rules! out {
($($tokens:tt)*) => { ... };
}
Outputs to standard out
Note: this exists to differentiate between intentional writing to stdout and stray printlns left by accident