Type Definition rustc_trait_selection::infer::InferResult[][src]

pub type InferResult<'tcx, T> = Result<InferOk<'tcx, T>, TypeError<'tcx>>;