Skip to main content

ToPolyTraitRef

Trait ToPolyTraitRef 

pub trait ToPolyTraitRef<'tcx> {
    // Required method
    fn to_poly_trait_ref(&self) -> Binder<TyCtxt<'tcx>, TraitRef<TyCtxt<'tcx>>>;
}

Required Methods§

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

Implementors§