Skip to main content

include/tomlet@ast_InlineTableEntry.hrl

-record(inline_table_entry, {
    leading :: tomlet@ast:trivia(),
    key :: tomlet@ast:key(),
    value :: tomlet@ast:value(),
    trailing :: tomlet@ast:trivia()
}).