macro_rules! impl_ct_lt_for_nonzero_integer {
( $($ty:ty),+ ) => { ... };
}Expand description
Impl CtLt for NonZero<T> by calling NonZero::get.
macro_rules! impl_ct_lt_for_nonzero_integer {
( $($ty:ty),+ ) => { ... };
}Impl CtLt for NonZero<T> by calling NonZero::get.