cargo_
test_
support
1.83.0-nightly
(2bd1e894e 2024-09-26)
In cargo_
test_
support::
diff
cargo_test_support
::
diff
Function
colored_diff
Copy item path
source
pub fn colored_diff<'a, T>(a: &'a
[T]
, b: &'a
[T]
) ->
String
where T:
PartialEq
+
Display
,