Module prelude

Source
Expand description

Recommended default imports.

Re-exports§

pub use crate::ApplicationExt;
pub use crate::Element;
pub use crate::Renderer;
pub use crate::Theme;

Structs§

Task
A set of concurrent actions to be performed by the iced runtime.

Traits§

Also
Represents a type that you can apply arbitrary functions to. Useful for when a method doesn’t return the receiver but you want to apply several of them to the object.
Apply
Represents a type which can have functions applied to it (implemented by default for all types).
CollectionWidget
Additional methods for the [Column] and [Row] widgets.
ColorExt
ElementExt