Trait termite::StageLabel

source ·
pub trait StageLabel {
    fn label(self) -> StageLabelId;
}
Expand description

A label that can be used to identify a schedule stage.

Required Methods

Implementations on Foreign Types

Implementors