Skip to main content

ToI128

Trait ToI128 

Source
pub trait ToI128 {
    // Required method
    fn to_i128(self) -> i128;
}
Expand description

Infallibly convert usize or isize to i128.

Required Methods§

Source

fn to_i128(self) -> i128

Implementations on Foreign Types§

Source§

impl ToI128 for isize

Source§

fn to_i128(self) -> i128

Source§

impl ToI128 for usize

Source§

fn to_i128(self) -> i128

Implementors§