Trait printf_wrap::LargerOfOp
source · [−]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.