[][src]Trait funty::AtLeast64

pub trait AtLeast64: IsNumber { }

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

Implementations on Foreign Types

impl AtLeast64 for i64[src]

impl AtLeast64 for i128[src]

impl AtLeast64 for u64[src]

impl AtLeast64 for u128[src]

impl AtLeast64 for f64[src]

impl AtLeast64 for isize[src]

impl AtLeast64 for usize[src]

Loading content...

Implementors

Loading content...