Trait rustc_typeck::middle::ty::ToPolyTraitRefUnstable [-] [+] [src]

pub trait ToPolyTraitRef<'tcx> {
    fn to_poly_trait_ref(&self) -> Binder<Rc<TraitRef<'tcx>>>;
}

Required Methods

fn to_poly_trait_ref(&self) -> Binder<Rc<TraitRef<'tcx>>>

Implementors