Expand description
Reactive data types for Cushy
Modules§
- Reactive channels for Cushy
- Types for storing and interacting with values in Widgets.
Structs§
- A callback function is no longer connected to its source.
- A handle to a callback installed on a
Dynamic
. When dropped, the callback will be uninstalled.
Traits§
- A type that can be converted into an
Option<T>
. - Unwrap values contained in a dynamic source.