union Location [src]

Fields

url: []const u8
uri: Uri

Source

pub const Location = union(enum) { url: []const u8, uri: Uri, }