Skip to main content

Module shell

Module shell 

Available on crate feature advanced only.
Expand description

Communicate with the iced runtime from widgets.

Structs§

Bus
A channel of messages published by a Shell.
IntoIter
An iterator returned by the implementation of IntoIterator for Bus.
Shell
A connection to the state of a shell.
Tracking
A message tracking returned by Shell::publish.
Waker
A waker can be used to wake up the iced runtime and, consequently, trigger wake events concurrently from widget logic.

Enums§

Diff
The diffing strategy to follow when invalidating some layout.