RustQ.Rust.Field (rustq v0.1.2)

Copy Markdown View Source

Represents a Rust struct field built with RustQ.Rust.field/3.

Summary

Types

t()

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