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
::
diff
Copy item path
source
·
[
−
]
pub fn diff<'a, T>(a: &'a
[T]
, b: &'a
[T]
) ->
Vec
<
Change
<
&'a T
>>
where T:
PartialEq
,