Expose struct method calls on trait structs to C++ directly
authorMatt Corallo <git@bluematt.me>
Wed, 21 Jul 2021 18:51:54 +0000 (18:51 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 28 Jul 2021 17:06:58 +0000 (17:06 +0000)
We can add method calls for non-trait structs later, but this is
particularly useful as otherwise you need to extract both the
method and the `this_arg` to make the call.


No differences found