Trait funty::AtLeast64[][src]

pub trait AtLeast64: IsNumber { }

Declare that a type is sixty-four or more bits wide.

Implementors

impl AtLeast64 for f64[src]

impl AtLeast64 for i64[src]

impl AtLeast64 for i128[src]

impl AtLeast64 for isize[src]

impl AtLeast64 for u64[src]

impl AtLeast64 for u128[src]

impl AtLeast64 for usize[src]

Loading content...