Skip to main content

DEFAULT_NEST

Constant DEFAULT_NEST 

Source
pub const DEFAULT_NEST: &str = "__";
Expand description

Separator that introduces one level of nesting in a variable name.

A single underscore cannot mean both “word break” and “nesting”, so nesting gets the doubled form: APP_DB_POOL__MAX_SIZE is pool.max_size, while APP_DB_MAX_SIZE is the single field max_size.