Macro define_debug_via_print

Source
macro_rules! define_debug_via_print {
    ($($ty:ident),+ $(,)?) => { ... };
}