Function parser_c::parser::lexer::token_plus
[−]
[src]
pub fn token_plus<a>(
mkTok: Box<Fn(PosLength, a) -> CToken>,
fromStr: Box<Fn(String) -> Either<String, a>>,
pos: Position,
len: isize,
__str: InputStream
) -> P<CToken>