union Value [src]

Fields

default
omit
override: []const u8

Source

pub const Value = union(enum) { default, omit, override: []const u8, }