Skip to main content

Mountain/ApplicationState/State/UIState/
mod.rs

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;