Introduce MaybeSend trait in iced_futures
It allows to clean up all the `trait_aliases` modules!
This commit is contained in:
parent
83c649b574
commit
5dab5a327e
6 changed files with 49 additions and 150 deletions
|
|
@ -14,6 +14,7 @@
|
|||
pub use futures;
|
||||
|
||||
mod command;
|
||||
mod maybe_send;
|
||||
mod runtime;
|
||||
|
||||
pub mod executor;
|
||||
|
|
@ -35,6 +36,7 @@ pub mod time;
|
|||
|
||||
pub use command::Command;
|
||||
pub use executor::Executor;
|
||||
pub use maybe_send::MaybeSend;
|
||||
pub use platform::*;
|
||||
pub use runtime::Runtime;
|
||||
pub use subscription::Subscription;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue