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>
Tue, 28 Jun 2022 16:52:23 +0000 (16:52 +0000)
commit0dcc7fcda393868ee8760fc48ac37f46b2cdf5eb
treea8a84a1579a96a01094b9738a1e36c400f307c15
parent6679050a1652d62712a873af0a4dee8382e63f99
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