SwiftDocCRenderMetadataRenderMetadata.RemoteSourceStructureRenderMetadata.RemoteSourceDescribes the location of the topic’s source code, hosted remotely by a source service.struct RemoteSourceTopicsInitializersinit(fileName: String, url: URL)Creates a topic’s source given its source code’s file name and URL.init(from: any Decoder) throwsInstance Propertiesvar fileName: StringThe name of the file where the topic is declared.var url: URLThe location of the topic’s source code, hosted by a source service.