pub fn enter_context<'a, 'tcx, F, R>(
context: &ImplicitCtxt<'a, 'tcx>,
f: F,
) -> Rwhere
F: FnOnce() -> R,
Expand description
Sets context
as the new current ImplicitCtxt
for the duration of the function f
.
pub fn enter_context<'a, 'tcx, F, R>(
context: &ImplicitCtxt<'a, 'tcx>,
f: F,
) -> Rwhere
F: FnOnce() -> R,
Sets context
as the new current ImplicitCtxt
for the duration of the function f
.