DafnyUsize

Trait DafnyUsize 

Source
pub trait DafnyUsize {
    // Required method
    fn into_usize(self) -> usize;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl DafnyUsize for i8

Source§

impl DafnyUsize for i16

Source§

impl DafnyUsize for i32

Source§

impl DafnyUsize for i64

Source§

impl DafnyUsize for i128

Source§

impl DafnyUsize for u8

Source§

impl DafnyUsize for u16

Source§

impl DafnyUsize for u32

Source§

impl DafnyUsize for u64

Source§

impl DafnyUsize for u128

Source§

impl DafnyUsize for usize

Implementors§