Trait rustc::ty::ToPredicate [] [src]

pub trait ToPredicate<'tcx> {
    fn to_predicate(&self) -> Predicate<'tcx>;
}
Unstable (rustc_private)

Required Methods

fn to_predicate(&self) -> Predicate<'tcx>

Unstable (rustc_private)

Implementors