Skip to main content

impl_ct_eq_for_nonzero_integer

Macro impl_ct_eq_for_nonzero_integer 

Source
macro_rules! impl_ct_eq_for_nonzero_integer {
    ( $($ty:ty),+ ) => { ... };
}
Expand description

Impl CtEq for NonZero<T> by calling NonZero::get.