hax_
frontend_
exporter
0.3.5
HasMir
Required Methods
mir
Implementors
In hax_
frontend_
exporter::
state
hax_frontend_exporter
::
state
Trait
HasMir
Copy item path
Source
pub trait HasMir<'tcx> { // Required method fn
mir
(&self) ->
RcMir
<'tcx>; }
Required Methods
§
Source
fn
mir
(&self) ->
RcMir
<'tcx>
Implementors
§
Source
§
impl<'tcx, Base, OwnerId, Thir, Binder, Ty>
HasMir
<'tcx> for
State
<Base, OwnerId, Thir,
RcMir
<'tcx>, Binder, Ty>