cargo_test_support
1.80.1
(3f5fd8dd4 2024-08-06) (built from a source tarball)
In cargo_test_support::diff
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
,