pub fn validate_depth(depth: usize, max_depth: usize) -> ToonResult<()>Expand description
Validate that nesting depth doesn’t exceed the maximum.
pub fn validate_depth(depth: usize, max_depth: usize) -> ToonResult<()>Validate that nesting depth doesn’t exceed the maximum.