macro_rules! impl_debug_display {
([$($g:ident),*],$t:ty) => { ... };
($g:ident,$t:ty) => { ... };
}Expand description
support display and debug
macro_rules! impl_debug_display {
([$($g:ident),*],$t:ty) => { ... };
($g:ident,$t:ty) => { ... };
}support display and debug