RustQ AST node generated by RustQ.Rust.AST.NodeDSL.defnode/4.
Summary
Types
@type t() :: %RustQ.Rust.AST.BinaryOp{ left: RustQ.Rust.AST.expr(), op: :eq | :ne | :lt | :lte | :gt | :gte | :add | :sub | :mul | :div | :and | :or, right: RustQ.Rust.AST.expr() }