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