#![warn(missing_docs)]//! The `widgets` module contains the `Widget` and `StatefulWidget` traits, which are used to
//! render UI elements on the screen.
pubuseself::stateful_widget::StatefulWidget;pubuseself::widget::Widget;modstateful_widget;modwidget;