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.
1 parent 2cbfa07 commit 18ca922Copy full SHA for 18ca922
lightning/src/onion_message/messenger.rs
@@ -1576,7 +1576,7 @@ where
1576
///
1577
/// See the trait-level documentation of [`EventsProvider`] for requirements.
1578
pub async fn process_pending_events_async<
1579
- Future: core::future::Future<Output = Result<(), ReplayEvent>> + core::marker::Unpin,
+ Future: core::future::Future<Output = Result<(), ReplayEvent>>,
1580
H: Fn(Event) -> Future,
1581
>(
1582
&self, handler: H,
0 commit comments