[bindings] Handle MessageSendEventsProvider impl blocks in a util fn
authorMatt Corallo <git@bluematt.me>
Wed, 25 Nov 2020 17:22:03 +0000 (12:22 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 4 Jan 2021 17:40:40 +0000 (12:40 -0500)
commitc3d52f5f16d850662ab046a8eaf6cda9a3e40a72
tree70baea7b5cd6f0e661c08e2126a08a1e2b85b662
parent0258057408ffd230bde23896b453ae54658c4ad3
[bindings] Handle MessageSendEventsProvider impl blocks in a util fn

Instead of having manually-written lightning-specific code in a
supertrait walk in the middle of a large function, move it to a
utility function up next to the other manually-written-impl-block
functions.
c-bindings-gen/src/main.rs