RustQ.Rust.AST.Let (rustq v0.9.1)

Copy Markdown View Source

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

Summary

Types

t()

@type t() :: %RustQ.Rust.AST.Let{
  expr: RustQ.Rust.AST.expr(),
  mutable: boolean(),
  pattern: RustQ.Rust.AST.pat(),
  type: RustQ.Rust.AST.type() | String.t() | nil
}