1//! User-interface request state. Holds pending sync UI interactions 2//! (dialogs/prompts) keyed by request id. Single child file owns the struct; 3//! callers spell `UIState::UIState::State`. 4 5pub mod UIState;