Macro strom::seperated1 [] [src]

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