Macro strom::many1 [] [src]

macro_rules! many1 {
    ($src:expr, $pat:ident!($($args:tt)*)) => { ... };
    ($src:expr, $pat:path) => { ... };
}