pub fn cbor_det_equal<'a>(x1: CborDet<'a>, x2: CborDet<'a>) -> bool
Compares Deterministic CBOR objects for semantic equality. This function consumes stack space linear in the maximum nesting of its two arguments.