Spawn Command futures in iced_web
This commit is contained in:
parent
5b8f6948bb
commit
9f3abe9202
6 changed files with 36 additions and 18 deletions
|
|
@ -15,7 +15,7 @@ pub struct Bus<Message> {
|
|||
|
||||
impl<Message> Bus<Message>
|
||||
where
|
||||
Message: 'static,
|
||||
Message: 'static + Clone,
|
||||
{
|
||||
pub(crate) fn new() -> Self {
|
||||
Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue