Function dinghy_build::utils::path_to_str

source ยท
pub fn path_to_str(path: &PathBuf) -> Result<&str>
Expand description

Wraps the annoying PathBuf to string conversion in one single call.