Mark `IndexedMap` types as `(C-not exported)`
authorMatt Corallo <git@bluematt.me>
Tue, 28 Feb 2023 19:42:31 +0000 (19:42 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 1 Mar 2023 00:21:23 +0000 (00:21 +0000)
commit08cb01e6ef9f6bfe0251c167acb89d7051c5da59
tree2b04ee0b6db588c013ebd635f106195ceff8dc73
parent8311581fe110a9ee561a6fda6b55c78a02068d43
Mark `IndexedMap` types as `(C-not exported)`

While we could try to expose the type explicitly, we already have
alternative accessors for bindings, and mapping `Hash`, `Ord` and
the other requirements for `IndexedMap` would be a good chunk of
additional work.
lightning/src/util/indexed_map.rs