Crate io_error

Source
Expand description

Convenient macro for creating I/O errors.

This adds a macro, err!() which is used to create std::io::Error values. Refer to the documentation of the macro for usage.

Macrosยง

err
Create an I/O error.