pub type FetchEligibleAssocItemResponse<'tcx> = FetchEligibleAssocItemResponse<TyCtxt<'tcx>>;Aliased Type§
pub enum FetchEligibleAssocItemResponse<'tcx> {
Err(ErrorGuaranteed),
Found(DefId),
NotFound(TypingMode<TyCtxt<'tcx>, CantBeErased>),
NotFoundBecauseErased,
}Variants§
Err(ErrorGuaranteed)
Found(DefId)
NotFound(TypingMode<TyCtxt<'tcx>, CantBeErased>)
NotFoundBecauseErased
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.