Derive macro for the error2 crate.
This crate provides the #[derive(Error2)] procedural macro for automatically
implementing error types with backtrace support.
Usage
use *;
See the main error2 crate documentation for complete usage information.