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>
Fri, 24 Jun 2022 21:27:19 +0000 (21:27 +0000)
commitbdcbca99a360bd9a4854143b5d01a1ce610168ac
tree5839231c36cb6d9be76dd764dbf614815d1659ac
parent0d4cbdd2979154e3729399c9985f2d47f55da721
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