Type Definition rustc_infer::traits::select::SelectionCache[][src]

pub type SelectionCache<'tcx> = Cache<ConstnessAnd<ParamEnvAnd<'tcx, TraitRef<'tcx>>>, Result<Option<SelectionCandidate<'tcx>>, SelectionError<'tcx>>>;