Type Definition rustc_infer::infer::FixupResult[][src]

pub type FixupResult<'tcx, T> = Result<T, FixupError<'tcx>>;