Function path_to_string
fn path_to_string<T: AsRef<std::path::Path>>(path: T) -> Box<str>
Converts a path to the ZIP format (forward-slash-delimited and normalized).
path_to_stringfn path_to_string<T: AsRef<std::path::Path>>(path: T) -> Box<str>
Converts a path to the ZIP format (forward-slash-delimited and normalized).