pub trait LargerOfOp<Rhs> {
type Output;
}Expand description
Utility trait for determining which of two integer types is larger.
The type alias LargerOf is usually more convenient to use outside
of implementations of this trait.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".