Rust struct metadata.
Summary
Types
@type t() :: %RustQ.Syn.Struct{ docs: [String.t()], fields: [RustQ.Syn.Field.t()], name: String.t(), source_line: pos_integer() | nil, source_path: Path.t() | nil, visibility: :public | :private }
Rust struct metadata.
@type t() :: %RustQ.Syn.Struct{ docs: [String.t()], fields: [RustQ.Syn.Field.t()], name: String.t(), source_line: pos_integer() | nil, source_path: Path.t() | nil, visibility: :public | :private }