rustc_
trait_
selection
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
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
§