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