Coerces to a Path slice. Delegates to [`PathBuf::as_path`].
(&self)
| 97 | /// |
| 98 | /// Delegates to [`PathBuf::as_path`]. |
| 99 | pub fn as_path(&self) -> &Path { |
| 100 | self.0.as_path() |
| 101 | } |
| 102 | |
| 103 | /// Converts a Path to an owned PathBuf. |
| 104 | /// |
no outgoing calls
no test coverage detected