gix_fs::io_err

Function is_not_found

Source
pub fn is_not_found(err: ErrorKind, raw_err: Option<i32>) -> bool
Expand description

Return true if err indicates that the entry doesn’t exist on disk. raw is used as well for additional checks while the variants are outside the MSRV.