pub type PhaseStateProviderQuery = StateProviderQuery<String>;Expand description
Alias for the StateProviderQuery returned by PhaseProvider::get_phase.
Aliased Type§
pub struct PhaseStateProviderQuery {
pub state: String,
pub next: Option<NextState<String>>,
}Fields§
§state: StringThe current state.
next: Option<NextState<String>>The next state.