wiwi::num

Trait FromI128

Source
pub trait FromI128
where Self: Sealed,
{ // Required method fn from_i128(value: i128) -> Self; }
Expand description

Trait for number types that can be converted from i128, losslessly

Required Methods§

Source

fn from_i128(value: i128) -> Self

Convert from a i128 value

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FromI128 for i128

Implementors§