hax_lib
0.3.2
Abstraction
Required Associated Types
AbstractType
Required Methods
lift
Implementations on Foreign Types
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In hax_
lib::
int
hax_lib
::
int
Trait
Abstraction
Copy item path
Source
pub trait Abstraction { type
AbstractType
; // Required method fn
lift
(self) -> Self::
AbstractType
; }
Required Associated Types
§
Source
type
AbstractType
Required Methods
§
Source
fn
lift
(self) -> Self::
AbstractType
Implementations on Foreign Types
§
Source
§
impl
Abstraction
for
i8
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
i16
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
i32
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
i64
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
i128
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
isize
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u8
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u16
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u32
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u64
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u128
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
usize
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Implementors
§