Type Definition rustc_trait_selection::traits::select::SelectionCache [−][src]
pub type SelectionCache<'tcx> = Cache<ConstnessAnd<ParamEnvAnd<'tcx, TraitRef<'tcx>>>, Result<Option<SelectionCandidate<'tcx>>, SelectionError<'tcx>>>;