pub trait IntDomain:
Bounded
+ Cardinality
+ Empty
+ IsEmpty
+ Singleton
+ IsSingleton
+ Range
+ Contains
+ ShrinkLeft
+ ShrinkRight
+ StrictShrinkLeft
+ StrictShrinkRight
+ Difference<<Self as Collection>::Item, Output = Self>
+ Intersection<Output = Self>
+ Difference<Output = Self>
+ Overlap
+ Subset
+ Disjoint
+ Add<<Self as Collection>::Item, Output = Self>
+ Sub<<Self as Collection>::Item, Output = Self>
+ Add<Output = Self>
+ Sub<Output = Self>
+ Mul<Output = Self>
+ Clone
+ Debug{ }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.