Macro impl_either

Source
macro_rules! impl_either {
    ($macro:ident) => { ... };
}
Expand description

Implement the Either type for the available number of type parameters, using the given macro to define each variant.