Skip to main content

GoToUsize

Trait GoToUsize 

Source
pub trait GoToUsize {
    // Required method
    fn goto_usize(&self) -> usize;
}

Required Methods§

Source

fn goto_usize(&self) -> usize

Implementations on Foreign Types§

Source§

impl GoToUsize for u8

Source§

impl GoToUsize for u16

Source§

impl GoToUsize for u32

Source§

impl GoToUsize for usize

Implementors§