Expand description
A representation of YAML’s !Tag
syntax, used for enums.
Structs§
- A representation of YAML’s
!Tag
syntax, used for enums. - A
Tag
+Value
representing a tagged YAML scalar, sequence, or mapping.
Enums§
- A tagged value with an optional tag.
Functions§
- Returns a
MaybeTag
enum indicating whether the input value is a YAML tag or not. - Returns the portion of a YAML tag after the exclamation mark, if any.