fix: change message bound for toaster
This commit is contained in:
parent
4449b29cc9
commit
4da66f8cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ impl<Message> Toasts<Message> {
|
||||||
pub fn push(
|
pub fn push(
|
||||||
&mut self,
|
&mut self,
|
||||||
mut toast: Toast<Message>,
|
mut toast: Toast<Message>,
|
||||||
) -> Command<crate::app::message::Message<Message>>
|
) -> Command<Message>
|
||||||
where
|
where
|
||||||
Message: From<ToastMessage>,
|
Message: From<ToastMessage>,
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue