Constant rhai::default_limits::MAX_CALL_STACK_DEPTH

source ·
pub const MAX_CALL_STACK_DEPTH: usize = 8;
Expand description

Maximum levels of function calls.

Not available under no_function.