explicit_send_sync_impl

Macro explicit_send_sync_impl 

Source
macro_rules! explicit_send_sync_impl {
    ($name:ident) => { ... };
}
Expand description

Generates a Send and Sync implementation for a dispatch enum generated by dispatch_types!.