Trait funty::Is64

source ·
pub trait Is64: Numeric { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Is64 for f64

source§

impl Is64 for i64

source§

impl Is64 for isize

source§

impl Is64 for u64

source§

impl Is64 for usize

Implementors§