ConformanceOrigin
public struct ConformanceOrigin : Sendable
extension ConformanceOrigin: Hashable
The declaration and site from which an explicit conformance originates.
-
The declaration of the conformance.
Declaration
Swift
public let source: AnyDeclID -
The site at which diagnostics related to the conformance are reported.
Declaration
Swift
public let site: SourceRange -
Creates an instance with the given properties.
Declaration
Swift
public init<T>(_ source: T.ID, at site: SourceRange) where T : ConformanceSource
View on GitHub