macro_rules! def_cfg {
($(
$struct_ident:ident {
$(
$(# [ $attr:ident $( ( $tt:tt ) )* ])?
$ident:ident : $ty:ty ,
)*
}
)*) => { ... };
}
macro_rules! def_cfg {
($(
$struct_ident:ident {
$(
$(# [ $attr:ident $( ( $tt:tt ) )* ])?
$ident:ident : $ty:ty ,
)*
}
)*) => { ... };
}