Trait ambient_ui::prelude::ElementComponentExt
source · pub trait ElementComponentExt {
// Required method
fn el(self) -> Element;
}
Expand description
A convenience trait for converting an ElementComponent into an Element.
For more information on this, see the top-level documentation.
Required Methods§
sourcefn el(self) -> Element
fn el(self) -> Element
Converts an ElementComponent into an Element.