Trait bones_lib::ecs::stage::StageLabel
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.