fn assert_eq<'a, T: PartialEq>( left: &'a T, right: &'a T, ) -> Result<(), ComparisonAssertionError<'a, T>>