I just discovered that this isn't possible: ``` quick_error! { pub enum MyFancyError<E> { Foo(e: E) { } } } ``` Which is a shame, because this would be very useful.