Merge pull request #2595 from TheBlueMatt/2023-09-117-bindings-part1
[rust-lightning] / lightning / src / ln / channelmanager.rs
index 092ebc2c5001fdcb36a9c719237676dcb8c5e54f..62c6741fbdf89f25595e2c855b7dbb2fdc2e609a 100644 (file)
@@ -840,6 +840,9 @@ pub type SimpleRefChannelManager<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, M, T, F, L> =
        >;
 
 /// A trivial trait which describes any [`ChannelManager`].
+///
+/// This is not exported to bindings users as general cover traits aren't useful in other
+/// languages.
 pub trait AChannelManager {
        /// A type implementing [`chain::Watch`].
        type Watch: chain::Watch<Self::Signer> + ?Sized;