Macro python_ast::tk_is_one_of [] [src]

macro_rules! tk_is_one_of {
    ($i:expr, $inp: expr) => { ... };
}

Matches one of the provided tokens.

Generalized form of nom's one_of! macro.