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