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
macro_rules! gen_choice_forward {
($src:expr; $($variant:ident),*) => { ... };
}
Given variants, generate if let branches to transform $src from a nested Either term to a specific variant