Crate ra_ap_rustc_macros
source ·Macros
- Creates a struct type
Sthat can be used as an index withIndexVecand so on.
Derive Macros
- Derives
TypeFoldablefor the annotatedstructorenum(unionis not supported). - Derives
TypeVisitablefor the annotatedstructorenum(unionis not supported).