CoreTraitDescription
public protocol CoreTraitDescription : Decodable, Encodable, Sendable
The description of a core trait that has been loaded in an AST.
-
The identifier of the trait declaration in the AST.
Declaration
Swift
var decl: TraitDecl.ID { get }
View on GitHub