Protocolswift 6.0.1FoundationEssentials
MarkdownDecodableAttributedStringKey
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
protocol MarkdownDecodableAttributedStringKey : AttributedStringKey
Browse conforming typesprotocol MarkdownDecodableAttributedStringKey : AttributedStringKey
s20FoundationEssentials36MarkdownDecodableAttributedStringKeyP
What are these?7JRBE
import FoundationEssentials
protocol AttributedStringKey
static var markdownName: String { get }
static func decodeMarkdown(from decoder: any Decoder) throws -> Self.Value
static var markdownName: String { get }
protocol DecodableAttributedStringKey : AttributedStringKey
static func decodeMarkdown(from decoder: any Decoder) throws -> Self.Value