Expand description
View module.
This module contains the View
trait and related types.
Structs§
- A view that has separate
ViewState
from its content. - Contents of a view, in a sequence.
- The state of a
Pod
. - The state of a
PodSeq
. - Flags that indicate what needs to be updated.
- Flags that indicate state of a view.
- An opaque unique identifier for a view.
- State associated with a
View
.
Traits§
- A view that supports dynamic dispatch.
- A single UI component.
- A sequence of views.
Functions§
Type Aliases§
- The state of a
BoxedView
. - A boxed dynamic view.