scope
rustc_
data_
structures
1.91.0-beta.6
(cbf84ed0c 2025-10-11)
In rustc_
data_
structures::
sync
rustc_data_structures
::
sync
Function
scope
Copy item path
Source
pub fn scope<'scope, OP, R>(op: OP) -> R
where OP:
FnOnce
(&
Scope
<'scope>) -> R +
DynSend
, R:
DynSend
,