Expand description
This crate provides a derive macro for ConfigType
.
Attribute Macros§
- config_
type - nightly_
only_ test - Used to conditionally output the TokenStream for tests that need to be run on nightly only.
- rustfmt_
only_ ci_ test - Used to conditionally output the TokenStream for tests that should be run as part of rustfmts test suite, but should be ignored when running in the rust-lang/rust test suite.
- stable_
only_ test - Used to conditionally output the TokenStream for tests that need to be run on stable only.