RustQ.Rust.Const (rustq v0.1.2)

Copy Markdown View Source

Represents a Rust const declaration built with RustQ.Rust.const/4.

Summary

Types

t()

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