Handle trait methods with a default implementation
authorMatt Corallo <git@bluematt.me>
Thu, 23 Jun 2022 16:03:06 +0000 (16:03 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 27 Jun 2022 15:51:05 +0000 (15:51 +0000)
commit4328b094f09580097296b02c6995f3ccf7b39772
tree5839231c36cb6d9be76dd764dbf614815d1659ac
parentd20bd908efc5c74d31c61dfc39660b8c62588687
Handle trait methods with a default implementation

This does not currently expose the default implementation to users
who wish to avoid manually implementing the method.
c-bindings-gen/src/main.rs