Move Maybe* traits back to iced_futures

This commit is contained in:
Héctor Ramón Jiménez 2024-06-14 01:57:49 +02:00
parent 4ab4ffc9cf
commit 4e7cbbf98a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
11 changed files with 12 additions and 14 deletions

View file

@ -1,5 +1,6 @@
//! Choose your preferred executor to power a runtime.
use crate::core::MaybeSend;
use crate::MaybeSend;
use futures::Future;
/// A type that can run futures.