pub const DEFAULT_CALL_STACK_LIMIT: usize = 64 * 1024; // 65_536usize
Expand description

Maximum number of levels on the call stack.