Returns a reference to the [`PackageInput`].
(&self)
| 145 | |
| 146 | /// Returns a reference to the [`PackageInput`]. |
| 147 | pub fn package_input(&self) -> &PackageInput { |
| 148 | &self.package_input |
| 149 | } |
| 150 | |
| 151 | /// Returns a reference to the [`OutputDir`]. |
| 152 | pub fn output_dir(&self) -> &OutputDir { |