Enum extemp::Action
[−]
[src]
pub enum Action {
Cleanup,
Fork,
Join,
Update,
}Actions that may be required when we take a transition.
Variants
Cleanup | ||
Fork | ||
Join | ||
Update |
Methods
impl Action
fn name(&self) -> String
fn short_name(&self) -> String
Provide a short name suitable for presenting to the user (e.g., Update -> "").