Function path_diff

Source
pub fn path_diff<P1, P2>(
    first: P1,
    second: P2,
) -> Result<Option<Vec<Difference>>>
where P1: AsRef<Path>, P2: AsRef<Path>,
Expand description

Compares differences between two subject paths.