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