Trait bones_framework::lib::prelude::StageLabel
source · pub trait StageLabel {
// Required methods
fn name(&self) -> String;
fn id(&self) -> Ulid;
}
Expand description
Trait for things that may be used to identify a system stage.