Skip to main content

include/yum@yaml@node_ExpectedKind.hrl

-record(expected_kind, {
    expected :: yum@yaml@node:kind_name(),
    found :: yum@yaml@node:kind_name(),
    span :: yum@yaml@node:span()
}).