Searched defs:impl_trait_bounds (Results 1 – 4 of 4) sorted by relevance
51 fn impl_trait_bounds(&self, db: &dyn HirDatabase) -> Option<Vec<QuantifiedWhereClause>>; in impl_trait_bounds() method239 fn impl_trait_bounds(&self, db: &dyn HirDatabase) -> Option<Vec<QuantifiedWhereClause>> { in impl_trait_bounds() method
51 pub(crate) impl_trait_bounds: FxHashMap<ImplTraitParam, Vec<clean::GenericBound>>, field
1390 let impl_trait_bounds = std::mem::take(&mut self.impl_trait_bounds); in lower_generics() localVariable
132 impl_trait_bounds: Vec<hir::WherePredicate<'hir>>, field