pub fn is_not_found(error: &Error) -> bool
Expand description

Returns true if the io::Error is ErrorKind::NotFound and contains a string “not found”.