Structural RustQ AST node. Prefer the focused builder modules for construction.
Summary
Types
@type t() :: %RustQ.Rust.AST.Static{ expr: RustQ.Rust.AST.expr(), mutable: boolean(), name: atom(), type: RustQ.Rust.AST.type(), vis: RustQ.Rust.AST.vis() }