RustQ.Rust.AST.TypeRef (rustq v0.8.3)

Copy Markdown View Source

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

Summary

Types

t()

@type t() :: %RustQ.Rust.AST.TypeRef{
  inner: RustQ.Rust.AST.type(),
  lifetime: atom() | nil,
  mutable: boolean()
}