diff --git a/src/widget/toaster/mod.rs b/src/widget/toaster/mod.rs index b61038fe..4d96a838 100644 --- a/src/widget/toaster/mod.rs +++ b/src/widget/toaster/mod.rs @@ -147,7 +147,7 @@ impl Toasts { pub fn push( &mut self, mut toast: Toast, - ) -> Command> + ) -> Command where Message: From, {