pub trait IntCmp2<B: Int, C: IntPair, D: IntPair, E: IntPair>: Int {
type Output: IntPair;
}
Expand description
Two-way integer comparison, but with the output trait bounds as an
IntPair
instead of an Int
.
Required Associated Types§
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.