println

Macro println 

Source
macro_rules! println {
    ($($arg:tt)*) => { ... };
}
Expand description

Macro that behaves like println!, but if writing fails, returns Box.