Macro bevy_either::either_many[][src]

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)+)),+ $(, )?) => { ... };
}