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