RustQ.Rust.AST.Schema.Node (rustq v0.9.0)

Copy Markdown View Source

Describes one RustQ AST node module, category, fields, and native decoder mapping.

Summary

Types

t()

@type t() :: %RustQ.Rust.AST.Schema.Node{
  category: atom(),
  fields: [{atom(), Macro.t()}],
  module: module(),
  name: atom(),
  rust_const: atom(),
  rust_module: String.t()
}