SourceProvider
public protocol SourceProvider : AnySourceProvider
-
The type of source this
SourceProviderprovides.Declaration
Swift
associatedtype ProvidedSource : Source -
Declaration
Swift
var sources: [ProvidedSource] { get } -
typeErasedSourcesExtension methodDeclaration
Swift
public var typeErasedSources: [Source] { get }
View on GitHub
SourceProvider Protocol Reference