Docs.rs
dafny-runtime-0.3.1
dafny-runtime 0.3.1
Docs.rs crate page
ISC
AND (
Apache-2.0
OR
ISC
)
Links
Repository
crates.io
Source
Owners
ajewellamz
robin-aws
Dependencies
itertools ^0.14.0
normal
num ^0.4.3
normal
once_cell ^1.21.3
normal
Versions
0.81%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
DafnyUsize
dafny_
runtime
0.3.1
Dafny
Usize
Required Methods
into_usize
Implementations on Foreign Types
i8
i16
i32
i64
i128
u8
u16
u32
u64
u128
usize
Implementors
In crate dafny_
runtime
dafny_runtime
Trait
Dafny
Usize
Copy item path
Source
pub trait DafnyUsize { // Required method fn
into_usize
(self) ->
usize
; }
Required Methods
§
Source
fn
into_usize
(self) ->
usize
Implementations on Foreign Types
§
Source
§
impl
DafnyUsize
for
i8
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
i16
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
i32
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
i64
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
i128
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
u8
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
u16
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
u32
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
u64
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
u128
Source
§
fn
into_usize
(self) ->
usize
Source
§
impl
DafnyUsize
for
usize
Source
§
fn
into_usize
(self) ->
usize
Implementors
§
Source
§
impl
DafnyUsize
for
DafnyInt