pub trait IntBound:
Sub<Self, Output = Self>
+ Add<usize, Output = Self>
+ Into<usize>
+ From<usize>
+ Clone { }
Expand description
A helper trait to identify valid types for Range bounds for use as Sets.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.