Trait funty::Is128[][src]

pub trait Is128: IsNumber { }
[]

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

Implementors

impl Is128 for i128[src]

impl Is128 for u128[src]