Macro nom::take_until_either [] [src]

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

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