rustc_
data_
structures
1.85.0-nightly
(a4cb3c831 2024-12-17)
In rustc_
data_
structures::
sync::
parallel
rustc_data_structures
::
sync
::
parallel
Function
scope
Copy item path
Source
pub fn scope<'scope, OP, R>(op: OP) -> R
where OP:
FnOnce
(&
Scope
<'scope>) -> R +
DynSend
, R:
DynSend
,