Module stash
widgetry
0.1.0
Module stash
Module Items
Structs
In widgetry::
widgets
Modules
autocomplete
button
compare_times
containers
drag_drop
dropdown
fan_chart
filler
image
just_draw
line_plot
menu
panel
persistent_split
plots
scatter_plot
slider
spinner
stash
table
tabs
text_box
toggle
Structs
EdgeInsets
LayoutStyle
Widget
WidgetOutput
Enums
ClickOutcome
CornerRounding
Outcome
Constants
DEFAULT_CORNER_RADIUS
Traits
WidgetImpl
widgetry
::
widgets
Module
stash
Copy item path
Settings
Help
Summary
Source
Structs
§
Stash
An invisible widget that stores some arbitrary data on the Panel. Users of the panel can read and write the value. This is one method for “returning” data when a State completes.