pub fn path_to_string<P>(path: &P) -> Stringwhere P: AsRef<Path>,
Converts a std::path::Path to String.
std::path::Path
String