Macro reproto_path_lexer::take [] [src]

macro_rules! take {
    ($slf:expr, $start:expr, $first:pat $(| $rest:pat)*) => { ... };
}

Take while pattern matches.