Skip to main content

STATE_COMPONENT_NAME

Constant STATE_COMPONENT_NAME 

Source
pub const STATE_COMPONENT_NAME: &str = "state";
Expand description

Component::name of the state plane, the component that rolls first.

Named once so Component::rollout_rank does not repeat the literal, and so state_rolls_before_every_other_component fails loudly if the roster entry is ever renamed out from under the ordering.