custom_print

Macro custom_print 

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