Module macro_tools::attr
source · Expand description
Attributes analyzys and manipulation.
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 keydefault
and value31
, as well as syn::Meta as the last element of result tuple.
Type Aliases§
- Attribute and ident.