Macro impl_is_zero_option_of_nonzero_int

Source
macro_rules! impl_is_zero_option_of_nonzero_int {
    ($($t:ty),+ $(,)?) => { ... };
}