Module roopes::prelude::state

source ·
Expand description

This module implements the State pattern.

![state diagram][state-diagram]

Modules

Traits

  • This trait holds the active state, and acts as a persistent handle for the state machine, which could otherwise be the states themselves.
  • Provides transitions between states.