[][src]Trait funty::Is64

pub trait Is64: IsNumber { }

Declare that a type is exactly sixty-four bits wide.

Implementations on Foreign Types

impl Is64 for i64[src]

impl Is64 for u64[src]

impl Is64 for f64[src]

impl Is64 for isize[src]

impl Is64 for usize[src]

Loading content...

Implementors

Loading content...