Enum catchit::TransitionState
[−]
[src]
pub enum TransitionState {
Start,
InProgress,
Finished,
}Variants
Start | Transition is at start, which is the case right after calling | |
InProgress | We are neither finished, nor at the start | |
Finished | We are finished |