mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-10 09:04:24 +01:00
Return `anyhow::Result` from all the functions in this directory. Add function `io_error_kind_eq` to compare an `anyhow::Error` with an `io::Error`, this function downcast the `anyhow::Error`. Signed-off-by: Julio Montes <julio.montes@intel.com>