cargo_
test_
support
1.83.0-nightly
(1bc403daa 2024-10-11)
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
,