Rust function or method argument metadata. type is rendered Rust; type_ast is structured metadata.
Summary
Types
@type t() :: %RustQ.Syn.Arg{ name: String.t() | nil, type: String.t(), type_ast: RustQ.Syn.type() }
Rust function or method argument metadata. type is rendered Rust; type_ast is structured metadata.
@type t() :: %RustQ.Syn.Arg{ name: String.t() | nil, type: String.t(), type_ast: RustQ.Syn.type() }