Type Definition rustc_typeck::check::coercion::CoerceResult[][src]

type CoerceResult<'tcx> = InferResult<'tcx, (Vec<Adjustment<'tcx>>, Ty<'tcx>)>;