Skip to main content

include/tomlet@ast_String.hrl

-record(string, {
    value :: binary(),
    style :: tomlet@ast:string_style(),
    source_text :: binary()
}).