pipe_println

Macro pipe_println 

Source
macro_rules! pipe_println {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}