Arnavion / derive-error-chain

A Macros 1.1 implementation of https://crates.io/crates/error-chain
19 stars 1 forks source link

Change display and description to receive all members instead of a tuple of the members #8

Closed Arnavion closed 7 years ago

Arnavion commented 7 years ago

The initial reason was to be able to use .. to receive only the subset of members the function cares about, but this doesn't work if one or more of the members require type annotations for any reason.