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.
macro_rules! impl_either {
($macro:ident) => { ... };
}Implement the Either type for the available number of type parameters,
using the given macro to define each variant.