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