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