funty

Trait Is128

Source
pub trait Is128: Numeric { }
Expand description

Declare that a type is exactly one hundred twenty-eight bits wide.

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 Is128 for i128

Source§

impl Is128 for u128

Implementors§