]> git.bitcoin.ninja Git - rust-lightning/commit
[bindings] Separate take_ptr and take_inner
authorMatt Corallo <git@bluematt.me>
Wed, 25 Nov 2020 18:20:15 +0000 (13:20 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 2 Feb 2021 22:04:31 +0000 (17:04 -0500)
commit734c0a6236cdb24abe7b3fbd1d3dd999ee2a4831
tree1d281395b35fff4d2c721a114107e00cc458bfbe
parent78c2c48ea30e5d933c0a29c5a9e4dea47eeabf04
[bindings] Separate take_ptr and take_inner

It is confusing to have two utility methods on different classes
of types which do two different, but related, things with the same
name.
c-bindings-gen/src/main.rs
c-bindings-gen/src/types.rs