type DepContextOf<'tcx, This: QueryDispatcher<'tcx>> = <<This as QueryDispatcher<'tcx>>::Qcx as HasDepContext>::DepContext;Expand description
Unambiguous shorthand for <This::Qcx as HasDepContext>::DepContext.
Layoutยง
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.