Function test_cbor_roundtrip

Source
pub fn test_cbor_roundtrip<T>(iterations: usize, print: bool)
where T: RandomInstance + Into<CBOR> + TryFrom<CBOR, Error = Error> + Clone + Debug + PartialEq,