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