Trait funty::Is128

source ·
pub trait Is128: Numeric { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Is128 for i128

source§

impl Is128 for u128

Implementors§