Skip to main content

include/tomlet@ast_Header.hrl

-record(header, {
    key :: tomlet@ast:key(),
    kind :: tomlet@ast:header_kind(),
    trivia :: tomlet@ast:trivia()
}).