hax_
frontend_
exporter
0.1.0-alpha.1
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, Thir, OwnerId, Binder>
HasMir
<'tcx> for
State
<Base, Thir,
RcMir
<'tcx>, OwnerId, Binder>