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.
2 parents 58a4f6c + 27c05fd commit 4cc320bCopy full SHA for 4cc320b
lightning/src/util/events.rs
@@ -395,6 +395,9 @@ pub trait MessageSendEventsProvider {
395
/// may safely use the provider (e.g., see [`ChannelManager::process_pending_events`] and
396
/// [`ChainMonitor::process_pending_events`]).
397
///
398
+/// (C-not implementable) As there is likely no reason for a user to implement this trait on their
399
+/// own type(s).
400
+///
401
/// [`process_pending_events`]: Self::process_pending_events
402
/// [`handle_event`]: EventHandler::handle_event
403
/// [`ChannelManager::process_pending_events`]: crate::ln::channelmanager::ChannelManager#method.process_pending_events
0 commit comments