cargo_test_support
1.78.0
(9b00956e5 2024-04-29) (built from a source tarball)
In cargo_test_support::diff
?
Function
cargo_test_support
::
diff
::
colored_diff
source
·
[
−
]
pub fn colored_diff<'a, T>(a: &'a
[T]
, b: &'a
[T]
) ->
String
where T:
PartialEq
+
Display
,