define_print

Macro define_print 

Source
macro_rules! define_print {
    (($self:ident, $p:ident): $($ty:ty $print:block)+) => { ... };
}