ConformanceSource
public protocol ConformanceSource : ExposableDecl
The declaration of a type’s conformance to one or multiple traits.
-
The names of traits to which the type conforms.
Declaration
Swift
var conformances: [NameExpr.ID] { get }
View on GitHub