hax_
frontend_
exporter
0.1.0-alpha.1
HasThir
Required Methods
thir
Implementors
In hax_
frontend_
exporter::
state
hax_frontend_exporter
::
state
Trait
HasThir
Copy item path
source
pub trait HasThir<'tcx> { // Required method fn
thir
(&self) ->
RcThir
<'tcx>; }
Required Methods
§
source
fn
thir
(&self) ->
RcThir
<'tcx>
Implementors
§
source
§
impl<'tcx, Base, Mir, OwnerId, Binder>
HasThir
<'tcx> for
State
<Base,
RcThir
<'tcx>, Mir, OwnerId, Binder>