Function gix_fs::symlink::is_collision_error
source · pub fn is_collision_error(err: &Error) -> bool
Expand description
Return true if err
indicates that a file collision happened, i.e. a symlink couldn’t be created as the link
already exists as filesystem object.