union Contents [src]

Fields

bytes: []const u8
copy: std.Build.LazyPath

Source

pub const Contents = union(enum) { bytes: []const u8, copy: std.Build.LazyPath, }