pub fn with_opt<F, R>(f: F) -> Rwhere F: for<'tcx> FnOnce(Option<TyCtxt<'tcx>>) -> R,
Allows access to the TyCtxt in the current ImplicitCtxt. The closure is passed None if there is no ImplicitCtxt available.
TyCtxt
ImplicitCtxt