pub fn is_cross_device_error(e: &Error) -> boolExpand description
Check if an I/O error is a cross-device link error (EXDEV on Unix,
ERROR_NOT_SAME_DEVICE on Windows). Used to fall back from rename
to copy+delete when source and destination are on different filesystems.