RustQ.Rust.AST.Index (rustq v0.7.0)

Copy Markdown View Source

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

Summary

Types

t()

@type t() :: %RustQ.Rust.AST.Index{
  index: RustQ.Rust.AST.expr(),
  receiver: RustQ.Rust.AST.expr()
}