Trait sid::IntegerHandle
source · pub trait IntegerHandle: Copy + Clone + Add<Output = Self> + Sub<Output = Self> + Ord + PartialEq + PartialOrd + FromUsize + ToUsize + Zero + One { }
Object Safety§
This trait is not object safe.
pub trait IntegerHandle: Copy + Clone + Add<Output = Self> + Sub<Output = Self> + Ord + PartialEq + PartialOrd + FromUsize + ToUsize + Zero + One { }