Function path_to_string

Source
pub fn path_to_string<P>(path: P) -> Result<String, Error>
where P: AsRef<Path>,