macro_rules! TypeMap { () => { ... }; (Send) => { ... }; (Send + Sync) => { ... }; (Sync + Send) => { ... }; }
Type constructor for TypeMap variants.
TypeMap