Skip to main content
scope
rustc_
data_
structures
1.95.0-nightly
(f60a0f1bc 2026-02-02)
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
,