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