Move Maybe* traits back to iced_futures
This commit is contained in:
parent
4ab4ffc9cf
commit
4e7cbbf98a
11 changed files with 12 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue