macro_rules! impl_cmov_traits_for_nonzero_integers {
( $($nzint:ident),+ ) => { ... };
}Expand description
Impl Cmov for NonZero<T> by calling the Cmov impl for T.
macro_rules! impl_cmov_traits_for_nonzero_integers {
( $($nzint:ident),+ ) => { ... };
}Impl Cmov for NonZero<T> by calling the Cmov impl for T.