rustc::infer::InferResult  
                   
                       [−]
                   
               [src]
type InferResult<'tcx, T> = Result<InferOk<'tcx, T>, TypeError<'tcx>>;
Unstable (
rustc_private)