cargo_test_support
1.79.0
(129f3b996 2024-06-10) (built from a source tarball)
In cargo_test_support::diff
?
Settings
Function
cargo_test_support
::
diff
::
colored_diff
Copy item path
source
·
[
−
]
pub fn colored_diff<'a, T>(a: &'a
[T]
, b: &'a
[T]
) ->
String
where T:
PartialEq
+
Display
,