rustc_
trait_
selection
1.84.0-nightly
(5ec7d6eee 2024-11-17)
TyCtxt
Infer
Ext
Required Methods
infer_ctxt
Implementations on Foreign Types
TyCtxt<'tcx>
Implementors
In rustc_
trait_
selection::
infer
rustc_trait_selection
::
infer
Trait
TyCtxtInferExt
Copy item path
Source
pub trait TyCtxtInferExt<'tcx> { // Required method fn
infer_ctxt
(self) ->
InferCtxtBuilder
<'tcx>; }
Required Methods
§
Source
fn
infer_ctxt
(self) ->
InferCtxtBuilder
<'tcx>
Implementations on Foreign Types
§
Source
§
impl<'tcx>
TyCtxtInferExt
<'tcx> for
TyCtxt
<'tcx>
Source
§
fn
infer_ctxt
(self) ->
InferCtxtBuilder
<'tcx>
Implementors
§