copy_try_fold
core
1.93.0-nightly
(07bdbaedc 2025-11-19)
In core::
iter::
adapters::
copied
core
::
iter
::
adapters
::
copied
Function
copy_
try_
fold
Copy item path
Source
fn copy_try_fold<T:
Copy
, Acc, R>( f: impl
FnMut
(Acc, T) -> R, ) -> impl
FnMut
(Acc,
&T
) -> R