Returns the input directory of the [`PackageInput`] as [`Path`] reference.
(&self)
| 514 | impl PackageInput { |
| 515 | /// Returns the input directory of the [`PackageInput`] as [`Path`] reference. |
| 516 | pub fn input_dir(&self) -> &Path { |
| 517 | self.input_dir.as_ref() |
| 518 | } |
| 519 | |
| 520 | /// Returns a reference to the [`BuildInfo`] data of the [`PackageInput`]. |
| 521 | /// |