Expand description
Utilities for error-chain
This crate contains macros for use with the error-chain
crate, and by
extension depends on the version of the crate these macros are designed for
So far, these utilities are available:
error_chain_quick
: Extension for convenience to theerror-chain
crate
Macrosยง
- error_
chain_ quick - Utility that expands to
error_chain!{...}