print_debug

Macro print_debug 

Source
macro_rules! print_debug {
    ($($t: ty),* $(,)?) => { ... };
}