hax_
frontend_
exporter
0.3.5
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, OwnerId, Mir, Binder, Ty>
HasThir
<'tcx> for
State
<Base, OwnerId,
RcThir
<'tcx>, Mir, Binder, Ty>