Type Definition rustc_middle::ty::sty::PolyTraitRef[][src]

pub type PolyTraitRef<'tcx> = Binder<'tcx, TraitRef<'tcx>>;

Implementations