Type Definition rustc_middle::mir::interpret::InterpResult[][src]

pub type InterpResult<'tcx, T = ()> = Result<T, InterpErrorInfo<'tcx>>;