path_diff

Function path_diff 

Source
pub fn path_diff<P: AsRef<Path>, Q: AsRef<Path>>(
    path: P,
    base: Q,
) -> Result<PathBuf>