pub fn path_to_string_lossy(path: &Path) -> Cow<'_, str>
Lossy UTF-8 conversion suitable for logs and UI only.
Never use the result as a filesystem path for further I/O.
No.