Set default error type for SignOrCreationError for bindings
authorMatt Corallo <git@bluematt.me>
Fri, 30 Apr 2021 18:45:51 +0000 (18:45 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 30 Apr 2021 19:00:50 +0000 (19:00 +0000)
The C bindings generator now looks to default generic types as the
way to map a struct or enum parameter. Because SignOrCreationError
is only used directly with an error type of `()`, we set that to
the default and assume no other error types are needed.


No differences found