pub fn check_dep_decode<T: NestedDecode + PartialEq + Debug>(bytes: &[u8]) -> TExpand description
Calls both the fast exit and the regular dep-decode, compares that the outputs are equal, then returns the result. To be used in serialization tests.
pub fn check_dep_decode<T: NestedDecode + PartialEq + Debug>(bytes: &[u8]) -> TCalls both the fast exit and the regular dep-decode, compares that the outputs are equal, then returns the result. To be used in serialization tests.