cond_print

Macro cond_print 

Source
macro_rules! cond_print {
    ($cond:expr, $($t:tt)*) => { ... };
}