Update mod.rs
This commit is contained in:
parent
fcfe9ebc59
commit
cda781cb96
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue