SwiftDocCDeclarationRenderSectionDeclarationRenderSection.OtherDeclarationsDeclarationRenderSection.OtherDeclarations.DeclarationStructureDeclarationRenderSection.OtherDeclarations.DeclarationA displayable declaration for a different symbol that is connected to this one.struct DeclarationTopicsInitializersinit(from: any Decoder) throwsinit(tokens: [DeclarationRenderSection.Token], identifier: String, conformance: ConformanceSection?)Creates a new other declaration for a symbol that is connected to this one, e.g. an overload.Instance Propertieslet conformance: ConformanceSection?let identifier: StringThe symbol’s identifier.let tokens: [DeclarationRenderSection.Token]The symbol’s declaration tokens.