Function paths_differ

Source
pub fn paths_differ<P1, P2>(first: P1, second: P2) -> Result<bool>
where P1: AsRef<Path>, P2: AsRef<Path>,
Expand description

Determines whether two paths differ or not

Returns immediately after the first difference is found.