Type Definition rustc_middle::ty::PolyCoercePredicate[][src]

pub type PolyCoercePredicate<'tcx> = Binder<'tcx, CoercePredicate<'tcx>>;