inst_binder

Function inst_binder 

Source
pub fn inst_binder<'tcx, T>(
    tcx: TyCtxt<'tcx>,
    typing_env: TypingEnv<'tcx>,
    args: Option<GenericArgsRef<'tcx>>,
    x: EarlyBinder<'tcx, T>,
) -> T
where T: TypeFoldable<TyCtxt<'tcx>> + Clone,