Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dmod.rs1197 pub type PolyProjectionPredicate<'tcx> = Binder<'tcx, ProjectionPredicate<'tcx>>; typedef
1199 impl<'tcx> PolyProjectionPredicate<'tcx> { implementation
1396 impl<'tcx> ToPredicate<'tcx> for PolyProjectionPredicate<'tcx> { implementation
1402 impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicate<'tcx> { implementation