RustQ.Rust.AST.Impl (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.Impl{
  attrs: [RustQ.Rust.AST.Attribute.t()],
  items: [RustQ.Rust.AST.item()],
  lifetimes: [atom()],
  target: RustQ.Rust.AST.type() | String.t(),
  trait: RustQ.Rust.AST.Path.t() | RustQ.Rust.AST.type() | String.t() | nil
}