Skip to main content

IcedElement

Type Alias IcedElement 

Source
pub type IcedElement<'a> = Element<'a, Message, GraphixTheme, Renderer>;
Expand description

Concrete iced Element type with our Message/Theme/Renderer.

Aliased Typeยง

pub struct IcedElement<'a> { /* private fields */ }