Crate custom_error[][src]

Rust custom error

This crate contains a custom_error macro that should make it easier to define custom errors without having to write a lot of boilerplate code.

Macros

custom_error

Constructs a custom error type.

Traits

Error

Use the Error trait from std by default.