Remove generic Hasher and Event from subscription::Recipe

This commit is contained in:
Héctor Ramón Jiménez 2023-03-05 04:15:10 +01:00
parent 5fed065dc3
commit f4cf488e0b
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
20 changed files with 341 additions and 406 deletions

View file

@ -1,7 +1,7 @@
pub mod server;
use iced_futures::futures;
use iced_native::subscription::{self, Subscription};
use iced::futures;
use iced::subscription::{self, Subscription};
use futures::channel::mpsc;
use futures::sink::SinkExt;

View file

@ -1,4 +1,4 @@
use iced_futures::futures;
use iced::futures;
use futures::channel::mpsc;
use futures::{SinkExt, StreamExt};