Skip to main content

Crate widgetkit_core

Crate widgetkit_core 

Source

Re-exports§

pub use color::Color;
pub use error::Error;
pub use error::Result;
pub use event::HostEvent;
pub use geometry::Insets;
pub use geometry::Point;
pub use geometry::Rect;
pub use geometry::Size;
pub use ids::InstanceId;
pub use ids::TaskId;
pub use ids::TimerId;
pub use ids::WidgetId;

Modules§

color
error
event
geometry
ids

Structs§

Duration
A Duration type to represent a span of time, typically used for system timeouts.