Function to_utf8_path

Source
pub fn to_utf8_path(path: &Path) -> Result<&Utf8Path>
Expand description

Convert a std path to a Utf8Path. We should be able to use Utf8Path::try_from(), but get compiler errors.