pub fn ignore_not_found<Op>(op: Op) -> Result<()>
Expand description
Helper to ignore std::io::ErrorKind::NotFound
, but still propagate other
std::io::ErrorKind
s.
pub fn ignore_not_found<Op>(op: Op) -> Result<()>
Helper to ignore std::io::ErrorKind::NotFound
, but still propagate other
std::io::ErrorKind
s.