iced 0.4.2

A cross-platform GUI library inspired by Elm
Documentation
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> =
    crate::runtime::Element<'a, Message, crate::renderer::Renderer>;