funty

Trait AtLeast128

Source
pub trait AtLeast128: Numeric { }
Expand description

Declare that a type is one hundred twenty-eight or more 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 AtLeast128 for i128

Source§

impl AtLeast128 for u128

Implementors§