pub const MAX_DEPTH: usize = 1024; // 1_024usize
Expand description

The maximum recursion depth before Error::DepthLimitExceeded is returned.