macro_rules! impl_debug {
    ([$($g:ident),*],$t:ty) => { ... };
    ($g:ident,$t:ty) => { ... };
}
Expand description

support debug