macro_rules! generate_sync_commands {
($($module:ident),*) => { ... };
(return_type = $return_type:ty; $($module:ident),*) => { ... };
}
macro_rules! generate_sync_commands {
($($module:ident),*) => { ... };
(return_type = $return_type:ty; $($module:ident),*) => { ... };
}