path_to_string

Function path_to_string 

Source
pub fn path_to_string<P>(path: &P) -> String
where P: AsRef<Path>,
Expand description

Converts a std::path::Path to String.