]> git.bitcoin.ninja Git - rust-lightning/commit
[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>
Tue, 2 Feb 2021 22:04:31 +0000 (17:04 -0500)
commitdcfd95a700b3629c8cd2ac560c3ade3fc7ef72bd
tree944f2e4e0fae36dbc93109bba21c7b0c378850d7
parent4edf514a055fe523970d99a8e8f06380c934010d
[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