rustc_data_structures
1.82.0-dev
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
,