Docs.rs
hax-lib-0.3.1
hax-lib 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
franziskuskiefer
github:cryspen:tools
Dependencies
hax-lib-macros =0.3.1
normal
optional
num-bigint ^0.4
normal
num-traits ^0.2
normal
Versions
25.37%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hax_lib
0.3.1
Concretization
Required Methods
concretize
Implementors
In hax_
lib::
int
hax_lib
::
int
Trait
Concretization
Copy item path
Source
pub trait Concretization<T> { // Required method fn
concretize
(self) -> T; }
Required Methods
§
Source
fn
concretize
(self) -> T
Implementors
§
Source
§
impl
Concretization
<
i8
> for
Int
Source
§
impl
Concretization
<
i16
> for
Int
Source
§
impl
Concretization
<
i32
> for
Int
Source
§
impl
Concretization
<
i64
> for
Int
Source
§
impl
Concretization
<
i128
> for
Int
Source
§
impl
Concretization
<
isize
> for
Int
Source
§
impl
Concretization
<
u8
> for
Int
Source
§
impl
Concretization
<
u16
> for
Int
Source
§
impl
Concretization
<
u32
> for
Int
Source
§
impl
Concretization
<
u64
> for
Int
Source
§
impl
Concretization
<
u128
> for
Int
Source
§
impl
Concretization
<
usize
> for
Int