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.
pub trait LargerOfOp<Rhs> {
type Output;
}
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.