YamlTagProviding
public protocol YamlTagProviding
Types that conform to YamlTagProviding and Encodable can optionally dictate the name of a yaml tag when they are encoded with YAMLEncoder
-
the Tag to encode with this node or nil
Declaration
Swift
var yamlTag: Tag? { get }