Update mod.rs

This commit is contained in:
wiiznokes 2023-11-16 22:01:50 +01:00 committed by Ashley Wulber
parent fcfe9ebc59
commit cda781cb96

View file

@ -362,7 +362,7 @@ where
type Executor: iced_futures::Executor; type Executor: iced_futures::Executor;
/// Argument received [`Application::new`]. /// Argument received [`Application::new`].
type Flags: Clone; type Flags;
/// Message type specific to our app. /// Message type specific to our app.
type Message: Clone + std::fmt::Debug + Send + 'static; type Message: Clone + std::fmt::Debug + Send + 'static;