Macro cbsk_mut_data::impl_sync_send
source · macro_rules! impl_sync_send { ([$($g:ident),*],$t:ty) => { ... }; ($g:ident,$t:ty) => { ... }; ($t:ty) => { ... }; }
Expand description
support sync and send
macro_rules! impl_sync_send { ([$($g:ident),*],$t:ty) => { ... }; ($g:ident,$t:ty) => { ... }; ($t:ty) => { ... }; }
support sync and send