Modules§
- aliases
- Aliases for deep/nested types inside Env
- backend
- part of
Env - ctx
- The
Contexttrait housing handlers, queue and other side stuff - env
- The Env type defines a compound over any generic types
- event
Eventcontainer and variants- handler
- Handlers can be chained and dispatch events and other stuff
- id
- Unique identifier for widgets
- layout
- path
- A
Pathcontains information, likeWidgetID, which can denote a location of aWidget - render
Renderfunctions and a Link struct tracking bounds and style- state
- query some StdState from any Handler/Context tracking some StdState
- style
- Style handler, Style specifier and selectors
- util
- validation
- widget
- Widgets are interfaced in two Traits for immutable and mutable operations
- widgets
- some standard widgets. WIP
Macros§
- const_
std_ id - Macro for defining const
StdIDs - constraint
- Defines constraints for one or both axis
- impl_
env_ stds - impl_
traitcast - This macro is used inside
Widget/WidgetMutimpls - impl_
traitcast_ mut - This macro is used inside
WidgetMutimpls - traitcast_
for - Implement
Traitcastfor traits to be traitcasted fromWidget - traitcast_
for_ immu - traitcast_
for_ mut