rustc_
type_
ir
1.90.0-nightly
(a2d45f73c 2025-07-07)
In rustc_
type_
ir::
fold
rustc_type_ir
::
fold
Function
fold_arc
Copy item path
Source
fn fold_arc<T:
Clone
, E>( arc:
Arc
<T>, fold: impl
FnOnce
(T) ->
Result
<T, E>, ) ->
Result
<
Arc
<T>, E>