[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>
Fri, 15 Jan 2021 00:49:14 +0000 (19:49 -0500)
commitdacc09c25745e3b143e99017b44a36cb031ed8df
treedb047d62cca2b443353219bd7bef05bef63d82ae
parent7502875fbd7ea6f3d19611a424c3737ee2585c5b
[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