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