wrap_either

Macro wrap_either 

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