YamlTagCoding

public protocol YamlTagCoding : YamlTagProviding

YamlTagCoding refines YamlTagProviding. Types that conform to YamlTagCoding and Decodable can decode yaml tags from source documents into Tag values for reference or modification in memory.

  • the Tag coded with this node or nil if none is present

    Declaration

    Swift

    var yamlTag: Tag? { get set }