Skip to main content

impl_cmov_traits_for_nonzero_integers

Macro impl_cmov_traits_for_nonzero_integers 

Source
macro_rules! impl_cmov_traits_for_nonzero_integers {
    ( $($nzint:ident),+ ) => { ... };
}
Expand description

Impl Cmov for NonZero<T> by calling the Cmov impl for T.