is_same_file_allow_missing

Function is_same_file_allow_missing 

Source
pub fn is_same_file_allow_missing(left: &Path, right: &Path) -> Option<bool>
Expand description

Attempt to check if the two paths refer to the same file.

Returns Some(true) if the files are missing, but would be the same if they existed.