macro_rules! io_err {
($code:expr, $op:literal, $details:literal) => { ... };
($code:expr, $op:literal, $fmt:literal $(, sanitized!($arg:expr))+ $(,)?) => { ... };
}Expand description
Create an I/O error.
Maps to IO category.
macro_rules! io_err {
($code:expr, $op:literal, $details:literal) => { ... };
($code:expr, $op:literal, $fmt:literal $(, sanitized!($arg:expr))+ $(,)?) => { ... };
}Create an I/O error.
Maps to IO category.