]> git.bitcoin.ninja Git - rust-lightning/commit
Make `AChannelManager` trait slightly more generic and always on
authorMatt Corallo <git@bluematt.me>
Wed, 10 May 2023 17:15:29 +0000 (17:15 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 30 May 2023 18:15:32 +0000 (18:15 +0000)
commita2989129a79a150e12115c490d361fc701755c75
tree780d38dd12dbf04c001bc0c40ec607b6bfd1e42d
parent34d5f2afc46d7caf47dd85c68d570cd6091a431d
Make `AChannelManager` trait slightly more generic and always on

Rather than letting `AChannelManager` be bounded by all traits
being `Sized` we make them explicitly `?Sized`. We also make the
trait no longer test-only as it will be used in a coming commit.
lightning/src/ln/channelmanager.rs