We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
APeerManager
1 parent 97a6246 commit a8acbe7Copy full SHA for a8acbe7
lightning/src/ln/peer_handler.rs
@@ -641,6 +641,9 @@ pub type SimpleRefPeerManager<
641
/// A generic trait which is implemented for all [`PeerManager`]s. This makes bounding functions or
642
/// structs on any [`PeerManager`] much simpler as only this trait is needed as a bound, rather
643
/// than the full set of bounds on [`PeerManager`] itself.
644
+///
645
+/// This is not exported to bindings users as general cover traits aren't useful in other
646
+/// languages.
647
#[allow(missing_docs)]
648
pub trait APeerManager {
649
type Descriptor: SocketDescriptor;
0 commit comments