Macro peel_ip::prelude::take_until_either []

macro_rules! take_until_either {
    ( $ input : expr , $ arr : expr ) => { ... };
}

take_until_either!(tag) => &[T] -> IResult<&[T], &[T]>