Type Method 型メソッド

decodeMarkdown(from:)

Decodes a value from the provided decoder.

Declaration 宣言

static func decodeMarkdown(from decoder: Decoder) throws -> Self.Value

Parameters パラメータ

decoder

The decoder to read data from. このデコーダからデータを読み出すことになります。

Return Value 戻り値

The decoded value.

Discussion 議論

This method throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.

Default Implementations 省略時実装

MarkdownDecodableAttributedStringKey Implementations MarkdownDecodableAttributedStringKey 実装