GoToU128

Trait GoToU128 

Source
pub trait GoToU128 {
    // Required method
    fn goto_u128(&self) -> u128;
}

Required Methods§

Source

fn goto_u128(&self) -> u128

Implementations on Foreign Types§

Source§

impl GoToU128 for u8

Source§

fn goto_u128(&self) -> u128

Source§

impl GoToU128 for u16

Source§

fn goto_u128(&self) -> u128

Source§

impl GoToU128 for u32

Source§

fn goto_u128(&self) -> u128

Source§

impl GoToU128 for u64

Source§

fn goto_u128(&self) -> u128

Source§

impl GoToU128 for u128

Source§

fn goto_u128(&self) -> u128

Source§

impl GoToU128 for usize

Source§

fn goto_u128(&self) -> u128

Implementors§