Module macro_tools::attr
source · Expand description
Attributes analyzys and manipulation.
Re-exports§
pub use super::protected as attr;
Modules§
- Exposed namespace of the module.
- Orphan namespace of the module.
- Prelude to use essentials:
use my_module::prelude::*. - Protected namespace of the module.
Structs§
- Attribute which is inner.
- Attribute which is outer.
Functions§
- For attribute like
#[former( default = 31 ) ]return keydefaultand value31, as well as syn::Meta as the last element of result tuple. - Checks if the given iterator of attributes contains an attribute named
debug.
Type Aliases§
- Attribute and ident.