This seems like clearly the correct thing to do here. If the type bound on `Command` isn't specified, it makes no difference, since the generic is inferred in a way that works with either definition. But this is important if `Command<T>` is aliased with a concrete type. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
iced_runtime
iced_runtime takes iced_core and builds a runtime on top of it.
Iced moves fast and the master branch can contain breaking changes! If
you want to learn about a specific release, check out the release list.