Module element

Module element 

Source

Structs§

AppComponent
AppComponent is a wrapper for App components that returns true in equality checks.
ClipContext
EventMeasurementContext
LayoutContext
RenderContext

Enums§

Element
EventHandlerType

Traits§

App
App is a trait for root-level application components. Types implementing App automatically implement Component and have a blanket PartialEq implementation that always returns true.
Component
Encapsulate reusable pieces of UI by using the Component trait. Every Component creates a new layer of state in the app, meaning that implementors of Component can make use of hooks in their Component::render method.
ComponentKey
ComponentOwned
ComponentProps
ElementExt
IntoElement