Skip to main content
HasBinder
charon_
driver
0.1.184
HasBinder
Required Methods
binder
Implementors
In charon_
driver::
hax::
state
charon_driver
::
hax
::
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, Owner>
HasBinder
<'tcx> for
State
<Base, Owner,
UnitBinder
<'tcx>>