Skip to main content

MAX_PLANS

Constant MAX_PLANS 

Source
pub const MAX_PLANS: usize = _; // 1_048_576usize
Expand description

The registration bound. Chosen so an id always fits a u32 with room to spare, and so a runaway registration loop is caught long before the narrowing could matter.