None
FR
Rust: Declarative macros
[]
Emil Privér
Macros are defined using matchers, which are used to let Rust understand what the macro does. When Rust compiles the code and reads the macro, it matches the code inside the Matcher to determine what it should expand into, using the value inside the Transcriber. Macros have different types of parameters inputs that you can use to create your macro, such as: