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