macro_rules! display_as_debug {
    {$x:ty $( , $($gen_tt:tt)* )?} => { ... };
}