macro_rules! init {
(
Model {
$($model_vis: vis $model_name: ident: $model_type: ty,)*
}
Config {
$($config_name: ident: $config_type: ty,)*
}
) => { ... };
}macro_rules! init {
(
Model {
$($model_vis: vis $model_name: ident: $model_type: ty,)*
}
Config {
$($config_name: ident: $config_type: ty,)*
}
) => { ... };
}