Macro either::iterator::wrap_either

source ยท
macro_rules! wrap_either {
    ($value:expr => $( $tail:tt )*) => { ... };
}