Trait funty::Is64[][src]

pub trait Is64: IsNumber { }

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

Implementors

impl Is64 for f64[src]

impl Is64 for i64[src]

impl Is64 for isize[src]

impl Is64 for u64[src]

impl Is64 for usize[src]

Loading content...