Crate error_chain_utils

Source
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 the error-chain crate

Macrosยง

error_chain_quick
Utility that expands to error_chain!{...}