Crate rust_writer_proc

Source

Attribute Macrosยง

finder
The #[finder] macro is used to define a new implementor which combines other implementors, capable of asserting if different elements are part of an AST with just one instruction, with the same level of precision as if we had used each implementor separately.
local_finder
The #[local_finder] macro is used to create a custom implementor mimicking the behavior of Finder.
local_mutator
The #[local_mutator] macro is used to create a custom implementor mimicking the behavior of a Mutator.
mutator
The #[mutator] macro is used to define a new implementor which combines other implementors, capable of mutating different parts of an AST with just one instruction, with the same level of precision as if we had used each implementor separately.