RustQ.Rust.Struct (rustq v0.1.2)

Copy Markdown View Source

Represents a Rust struct declaration built with RustQ.Rust.struct/2.

Summary

Types

t()

@type t() :: %RustQ.Rust.Struct{
  attrs: [term()],
  fields: [term()],
  name: atom() | String.t(),
  vis: atom() | String.t() | nil
}