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