Type Definition rustc_middle::ty::CanonicalPolyFnSig[][src]

pub type CanonicalPolyFnSig<'tcx> = Canonical<'tcx, Binder<'tcx, FnSig<'tcx>>>;