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

support sync and send