Skip to main content
TyHelpers
rustc_
public_
bridge
1.95.0-nightly
(c04308580 2026-02-18)
TyHelpers
Required Methods
new_foreign
Implementors
In rustc_
public_
bridge::
context
rustc_public_bridge
::
context
Trait
TyHelpers
Copy item path
Source
pub trait TyHelpers<'tcx> { // Required method fn
new_foreign
(&self, def_id:
DefId
) -> Ty<'tcx>; }
Required Methods
§
Source
fn
new_foreign
(&self, def_id:
DefId
) -> Ty<'tcx>
Implementors
§
Source
§
impl<'tcx, B:
Bridge
>
TyHelpers
<'tcx> for
CompilerCtxt
<'tcx, B>