Macro gen_choice_forward

Source
macro_rules! gen_choice_forward {
    ($src:expr; $($variant:ident),*) => { ... };
}
Expand description

Given variants, generate if let branches to transform $src from a nested Either term to a specific variant