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§

Functions§

  • For attribute like #[former( default = 31 )] return key default and value 31, as well as syn::Meta as the last element of result tuple.

Type Aliases§