Home
last modified time | relevance | path

Searched defs:PredicateSet (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_infer/src/traits/
Dutil.rs18 pub struct PredicateSet<'tcx> { struct
23 impl<'tcx> PredicateSet<'tcx> { implementation
43 impl<'tcx> Extend<ty::Predicate<'tcx>> for PredicateSet<'tcx> { implementation