RustQ.Rust.AST.MacroRule (rustq v0.9.2)

Copy Markdown View Source

RustQ AST node generated by RustQ.Rust.AST.NodeDSL.defnode/4.

Summary

Types

t()

@type t() :: %RustQ.Rust.AST.MacroRule{
  expansion: [RustQ.Rust.AST.macro_token()],
  pattern: [RustQ.Rust.AST.macro_token()]
}