Expand description
customizable view implementation for the view system.
This module provides a customizable view implementation for the view system. customizable views allow for programmatic creation of views with custom buttons.
Structs§
- Click
Button - A click button.
- Customizable
View - A customizable view.
- Toggle
Button - A toggle button.
Enums§
- Customizable
View Button - A button in a customizable view.
Traits§
- Custom
Button - A trait for custom buttons.
Type Aliases§
- Click
Action - A function that returns a click future.
- Click
Future - A future that returns a unit.
- Fetch
Function - A function that returns a fetch future.
- Fetch
Future - A future that returns a boolean.
- Push
Function - A function that returns a push future.
- Push
Future - A future that returns a unit.