Function anni_common::fs::path_diff

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