Macro gadgets::impl_scalar
source · macro_rules! impl_scalar { ($type:ty) => { ... }; ($type:ty, $method:path) => { ... }; }
Expand description
Implementation trait Scalar
for type able to be casted to u64
macro_rules! impl_scalar { ($type:ty) => { ... }; ($type:ty, $method:path) => { ... }; }
Implementation trait Scalar
for type able to be casted to u64