union Arg [src]

Fields

artifact: PrefixedArtifact
lazy_path: PrefixedLazyPath
decorated_directory: DecoratedLazyPath
bytes: []u8
output_file: *Output
output_directory: *Output

Source

pub const Arg = union(enum) { artifact: PrefixedArtifact, lazy_path: PrefixedLazyPath, decorated_directory: DecoratedLazyPath, bytes: []u8, output_file: *Output, output_directory: *Output, }