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

pub type PolyGenSig<'tcx> = Binder<'tcx, GenSig<'tcx>>;