//! This module defines the [`Widget`] trait and the [`Action`] trait for UI elements.
use *;
use Any;
/// The [`Widget`] trait which defines the basic properties and methods for UI elements.
/// The [`Action`] trait which defines the actions that can be performed on UI elements.