summaryrefslogblamecommitdiffstats
path: root/src/element.rs
blob: 439a4508fe4ecfb4fbf407f7bb412acd21b74685 (plain) (tree)
1
2
3
4
5


                                                                           

                                                                 
/// A generic widget.
///
/// This is an alias of an `iced_native` element with a default `Renderer`.
pub type Element<'a, Message, Theme = iced_native::Theme> =
    crate::runtime::Element<'a, Message, crate::Renderer<Theme>>;