Skip to main content

Mountain/ApplicationState/State/FeatureState/LifecyclePhase/
mod.rs

1#![allow(non_snake_case)]
2
3//! Application boot-phase state. Callers spell
4//! `LifecyclePhase::LifecyclePhaseState::LifecyclePhaseState`.
5
6pub mod LifecyclePhaseState;