☰
Type Definition InterpResult
Other items in
rustc_const_eval
::
interpret
All crates
?
Type Definition
rustc_const_eval
::
interpret
::
InterpResult
[
−
]
[src]
pub type InterpResult<'tcx, T =
()
> =
Result
<T,
InterpErrorInfo
<'tcx>>;