rustc_data_structures
1.80.0-nightly
(b92758a9a 2024-05-20)
In rustc_data_structures::sync
Function
rustc_data_structures
::
sync
::
scope
Copy item path
source
ยท
[
−
]
pub fn scope<'scope, OP, R>(op: OP) -> R
where OP:
FnOnce
(&
Scope
<'scope>) -> R +
DynSend
, R:
DynSend
,