Skip to main content

Module element

Module element 

Source
Expand description

Re-export of zest_core::Element.

Structs§

Element
Heterogeneous boxed widget. 'a is the lifetime of any data the inner widget borrows from screen state.

Traits§

IntoElement
Conversion from a concrete widget into an Element.