Macro pipe_print

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