Skip to main content

io_err

Macro io_err 

Source
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.