//! Imperative handles to reactive components.
modimage;modscrollable;modtext;modview;pubuseimage::ImageHandle;pubusescrollable::ScrollableHandle;pubusetext::TextHandle;pubuseview::ViewHandle;/// This trait is implemented by types that have an imperative handle.
pubtraitImperative{/// This is the handle of this imperative type.
typeHandle;}