pub fn enter_call(depth: &mut usize) -> DogeResult<()>Expand description
Enter one call: fail (catchably) if the chain is already [RECURSION_LIMIT]
deep, otherwise record the new depth. Pairs with exit_call.
pub fn enter_call(depth: &mut usize) -> DogeResult<()>Enter one call: fail (catchably) if the chain is already [RECURSION_LIMIT]
deep, otherwise record the new depth. Pairs with exit_call.