hax_
frontend_
exporter
0.3.2
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>