either_many

Macro either_many 

Source
macro_rules! either_many {
    (@__first $first:tt $(, $($others:tt),+)?) => { ... };
    (readonly $(#[$($m:meta),*])? $name:ident $(< $($lf:lifetime),* $(, )? >)?, $($varn:ident($($vart:tt)+)),+ $(, )?) => { ... };
    ($(#[$($m:meta),*])? $name:ident $(< $($lf:lifetime),* >)?, $($varn:ident($($vart:tt)+)),+ $(, )?) => { ... };
}