Attribute Macros§
- declare
- Declare arguments for the function, must be used in conjunction with proc_attribute or proc.
- proc
- Tool to mark when developing ProcMacro Example:
- proc_
attribute - Tool to mark when developing ProcMacroAttribute Example:
Derive Macros§
- Args
Parse - Derive macro for
ArgsParse
trait.