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

pub type PolyFnSig<'tcx> = Binder<'tcx, FnSig<'tcx>>;

Implementations