pub trait AutoTraits: Send + Sync + 'static { }
A trait that extends Send and Sync if not compiling for the Web.
Send
Sync