☰
Type Definition InferResult
Other items in
rustc_trait_selection
::
infer
All crates
?
Type Definition
rustc_trait_selection
::
infer
::
InferResult
[
−
]
[src]
pub type InferResult<'tcx, T> =
Result
<
InferOk
<'tcx, T>,
TypeError
<'tcx>>;