Trait spiral::Int

source ·
pub trait Int: PrimInt + FromPrimitive + WrappingAdd + WrappingSub { }
Expand description

Simple trait so we don’t have to wrap write all the num signatures that we want every time.

Object Safety§

This trait is not object safe.

Implementors§