Crate io_error [] [src]

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.